Completed
Create the Front End for Notes
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Code a Note Taking App From Scratch - Full Stack HTML, CSS, JavaScript & Node.js
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Install node.js
- 3 Create Database Cluster
- 4 Create a new VSCode Project
- 5 Create index.js
- 6 Create login.html
- 7 How to Use res.sendFile
- 8 Change Front End Appearance
- 9 Fixing your Login and Signup Flow
- 10 Setup Navbar Sharing
- 11 Create the Front End for Notes
- 12 How to Add and Save New Notes
- 13 Create a Sign Up Page
- 14 Connect to a Linode Managed Database
- 15 Create Models in Mongoose
- 16 Create Sign Up Flow
- 17 Send Details to Add Note API
- 18 Retrieving All Notes
- 19 Finish the Delete Functionality
- 20 Refreshing the List After Adding a New Note
- 21 Conclusion