Build a Review Project App using ReactJS.
- Project aims to create a Review Project App.
- In this project i made a review app.Customers comments change automatically, and they can also be changed by clicking the go and back buttons. If the user wants to see a random comment, he/she can press the "Surprise Me" button and see it. Customer informations comes from local json file.
You can reach my project from here 👈
- Reviews Project (folder)
|
|----readme.md
SOLUTION
├── public
│ └── index.html
├── src
│ ├── assets.js
│ │ └── [images]
│ ├── App.js
│ ├── App.css
│ ├── index.js
│ │── index.css
│ │── data.js
│ │── Review.js
│ │── Reviews.js
│
├── package.json
└── yarn.lock
- HTML
- CSS
- JS
- ReactJS
$ git clone https://github.com/esadakman/reactjs-reviews-project.git
$ cd reviews-project/
$ npm install / yarn
$ npm start / yarn start