Feedback app project from Traversy Media React Front To Back course. This app allows users to add, update and delete feedback. It uses a mock REST api with json-server.
It covers some fundamentals of React including,
- Components
- JSX
- Props (proptypes, defaultprops, etc)
- State (Component & App Level)
- Styling
- Handling Events
- Lists & Keys
- Forms
- Context API
- HTTP Requests