Hi, I'm Jennifer! I'm a full-stack web developer in the midst of getting my B.S. Computer Science degree. This my coding portfolio website, built from scratch in ReactJS with react-bootstrap and styled-components. Take a look!
To run this project locally follow these steps:
- clone the repo using
git clone
- navigate to project folder
- run
npm install
to install node modules - run
npm start
to start the service onlocalhost:3000
To deploy this site to gh-pages, run npm run deploy
.