Skip to content

Dwightu/Feedback-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Feedback App

This is a project made by me which helps me pratice React-Skills. It allows users to add, update and delete feedback. It uses a mock REST api with json-server. Inspired by @Brad Traversy .

Demo

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
  • Context API
  • HTTP Requests

Deploy

  • netlify

Local Usage

Install dependencies

npm install

Run

npm run dev

This will run JSON-server on port :5000 and React on port :3000

About

An front-end project using React.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors