/feedback-app

A feedback app built with React using context API. It also uses a mock server for CRUD functionality.

Primary LanguageJavaScript

React Feedback App

wakatime

http://feedback-app-pied.vercel.app/

This is a project from Brad Traversy's React Front To Back 2022 course. 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

yarn install

Run the app

yarn start