Week 15 - Session 2 - Group Programming Workshop - Surreal Estate



Group exercise - making HTTP requests in React; going to be covering forms, form validation, posting data to API and routing in React, a popular front-end framework for building user interfaces. Learning objectives:
  • Can you implement a form with React?
  • Can you do form validation with React?
  • Can you gather data from a form and post it to an API with React?
  • Can you route different components with React?
After completing this exercise should be comfortable with the following concepts:
  • HTML Forms
  • Form Validation
  • Interacting with an API
  • React Routing
GitHub Weather Forecasting App exercise - https://github.com/SharifCoding/react-surreal-estate

Popular posts from this blog

Week 9 to 12 - Learning with MCR Codes

Week 9 - Session 1 - The Internet, the Web, HTTP