Skip to content

esadakman/reactjs-reviews-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reviews Project

Objective

Build a Review Project App using ReactJS.

Description

  • 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.

Project Link

You can reach my project from here 👈

Project Skeleton

- 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

At the end of the project, following topics are to be covered;

  • HTML
  • CSS
  • JS
  • ReactJS

Installation

$ git clone https://github.com/esadakman/reactjs-reviews-project.git
$ cd reviews-project/
$ npm install / yarn
$ npm start / yarn start

Preview of the Project

reviews