Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 533 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 533 Bytes

FeedBack Form App

  • This is a React app which allows users to add, update and delete feedback. It uses a mock REST api.

Home Page

  • form submit button is enabled once user enters text larger than 10 characters. homepage

Delete and edit feedback

edit

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