fromshubhi / Feedback-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Feedback App

This is a project from my attempt to learn 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
  • Context API
  • HTTP Requests

Usage

Install dependencies

npm install

Run

npm run dev

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

About


Languages

Language:JavaScript 51.6%Language:CSS 25.1%Language:HTML 23.2%