Skip to content

klynsaha/feedback-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feedback App

This project is made with React. It allows users to add, update and delete feedback. It uses a mock REST api with json-server.

This project goes over all of the fundamentals of React including:

  • Components
  • JSX
  • Props (proptypes, defaultprops, etc)
  • State (Component & App Level)
  • Styling
  • Handling Events
  • Lists & Keys
  • Forms
  • Routing
  • Context API
  • HTTP Requests

Usage

Install dependencies

npm install

Run

npm run dev

This will run JSON-server on port 5001 and React App on port 3000

Screenshot

Screenshot 2021-12-31 at 10 00 35 PM