Jenny's Portfolio is a responsive personal marketing website built from the ground up. This single page app uses HTML anchors, CSS animations, and a Bootstrap navigation bar. It was refactored from HTML to React.
See the live version here: https://jenny-chou.netlify.app/ and demo video below.
Project is created with:
- Javascript
- HTML
- CSS
- React
- Bootstrap
To have this app running on your local computer, please follow the below steps:
Clone repository:
$ git clone git@github.com:codecaviette/portfolio-project.git
Navigate to the project folder:
$ cd portfolio-project-react
Install project dependencies:
$ yarn install
Run the project:
$ yarn start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.