Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 462 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 462 Bytes

To run this project you would need to have react downloaded. Then you would want to run "npx create-react-app my-app" on the terminal to create the project Then you would want to go to the directory by calling "cd my-app" Then you would want to start the app by calling "npm start" Once started import the project files that are located in the src file into the src file within your chosen ide and replace the current app.js file with the one from my repository