This project is from @bradtraversy React front to back course 2022. It is my first React project that allows users to add, update and delete feedback.
🖥️ 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
npm install
npm run dev