Completed
Password Input
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React User Login and Authentication with Axios
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Starting App State
- 4 Create the Login component
- 5 Adding React Hooks
- 6 Starting the JSX
- 7 Username Input
- 8 Password Input
- 9 Finish the form
- 10 handleSubmit function
- 11 Displaying the success screen
- 12 Testing the form
- 13 Creating Auth context and state
- 14 Adding Axios to the project
- 15 Adding Axios to handleSubmit
- 16 Handling Errors
- 17 Node JS Authentication server
- 18 Testing Server Responses