/react-portfolio

Developed an interactive resume application that reads the resume content from a JSON file and dynamically displays that content within a provided template.

Primary LanguageCSS

This project was bootstrapped with Create React App.

Snapshot of project template with dummy data

react-portfolio

Installation instruction First you need to clone this repo.

git clone https://github.com/Brian-Dennis/react-portfolio

After cloning the repo you should go to the directory you chose to install it into. After finishing that you will want to run

npm install

that will install all the dependencies from the package.json file After running that command you will want to start the program by running

npm start

This will open the project up on http://localhost:3000