Skip to content

A simple React app that allow the user to fetch reviews from an API, navigate backwards or forwards through the list of these, or opt for a random review to be displayed.

License

Notifications You must be signed in to change notification settings

German-Cobian/Reviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reviews

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.

Reviews

The app is based on the eponimous project that appears in the tutorial Code 15 React Projects - Complete Course by freeCodeCamp.org.

Setup and Install

  • Open your terminal - Windows: Win + R, then type cmd | Mac: Command + space, then type Terminal
  • 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

Built With

  • HTML
  • CSS
  • JavaScript
  • React
  • Github workflow

Author

👤 German Cobian

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

Guidelines for this tutorial supplied by freeCodeCamp.org, specifically in their Code 15 React Projects - Complete Course tutorial.

📝 License

MIT licensed.

About

A simple React app that allow the user to fetch reviews from an API, navigate backwards or forwards through the list of these, or opt for a random review to be displayed.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published