A simple React app that reads and displays the dummy data contained in a file in the form of an array of objects (this data puports to be the photo, id-number, name, job and text contribution of people who are purported to be reviewers). The user can scroll to the previous or the next review by clicking on the "<" or the ">" buttons, or can go to a random review by clicking on the "Surprise Me" button.
The app is based on the eponimous project that appears in the tutorial Code 15 React Projects - Complete Course by freeCodeCamp.org.
- Open your terminal - Windows:
Win + R
, then typecmd
| Mac:Command + space
, then typeTerminal
- Navigate to a directory of your choosing using the
cd
command - Run this command in your OS terminal:
git clone git@github.com:German-Cobian/Reviews.git
to get a copy of the project - Navigate to the project's directory using the
cd
command - In the clone folder, run
npm install
- To fire up the server run
npm start
- Visit
http://localhost:3001/
in your browser to get into the app
- HTML
- CSS
- JavaScript
- React
- Github workflow
👤 German Cobian
- GitHub: @German Cobian
- Twitter: @GermanCobian1
- LinkedIn: @German Cobian
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
Guidelines for this tutorial supplied by freeCodeCamp.org, specifically in their Code 15 React Projects - Complete Course tutorial.