Feedback UI

An application used to make a feedback interface you can rate, built with React, JavaScript, and CSS.

This application made with curriculum of Brad Traversy's React Front to Back Course from Udemy.

Also You can check out, notes i took step by step when i coding this app.

Here is the link!

Project Screen Shot

feedbackUI

Installation and Setup Instructions

Clone down this repository or you can download source codes. You will need node and npm installed globally on your machine.

Installation:

npm install

To Run Test Suite:

npm test

To Start Server:

npm run dev --with this app, you'll use json-server

To Visit App:

localhost:3000/ -- localhost:5000 is for json-server