Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React JS Form Validation - Axios User Registration Form Submit - Accessible Registration Form
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Intermediate level - Faster Pace
- 4 Setup and overview
- 5 Installing and importing dependencies
- 6 Regex for validation
- 7 App refs and state
- 8 useEffect and validation logic
- 9 Displaying error messages
- 10 Username input
- 11 Password input
- 12 Password confirmation input
- 13 Form submit button
- 14 Link to sign in form
- 15 handleSubmit function
- 16 Will you submit to a server?
- 17 Displaying a success screen
- 18 Addiing Axios to the project
- 19 Completing handleSubmit with Axios
- 20 Axios error handling
- 21 Testing the form with a Node JS REST API
- 22 Testing Accessibility with a screen reader