Skip to content

filipciesielski7/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Portfolio πŸ’πŸΌβ€β™‚οΈ

Also available in: Polski

About

The main goal of this project was to implement a portfolio website using React and Sass with BEM methodology as well as Bootstrap framework. The generated website provides information about me and my recent projects.

The project runs online here: filipciesielski7.github.io/Portfolio/

Getting Started

To run this website locally the yarn package manager must be installed on your system. In the projects directory:

  1. Clone the repo
    git clone https://github.com/filipciesielski7/Portfolio.git
  2. Navigate into the Portfolio directory
    cd Portfolio
    
  3. Run this commands in the root folder:
    yarn install
    yarn start
    

Then open http://localhost:3000/ to see the website.