Completed
⌨️ Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
MERN Stack Tutorial - Book Store Project
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Intro
- 2 ⌨️ Create Node.js project from scratch
- 3 ⌨️ Create our first Http Route
- 4 ⌨️ Add MongoDB and mongoose to node js
- 5 ⌨️ Create Book model with mongoose
- 6 ⌨️ Save a new Book with mongoose
- 7 ⌨️ Get All Books with mongoose
- 8 ⌨️ Get One Book by id with mongoose
- 9 ⌨️ Update a Book with mongoose
- 10 ⌨️ Delete a book with mongoose
- 11 ⌨️ Refactor Node js with express router
- 12 ⌨️ CORS policy in Node js and Express js
- 13 ⌨️ Create React project, Vite, Tailwind CSS
- 14 ⌨️ SPA and Add react router dom
- 15 ⌨️ Show Books List in React
- 16 ⌨️ Show Book Details in React
- 17 ⌨️ Create Book in React
- 18 ⌨️ Edit Book in React
- 19 ⌨️ Delete Book in React
- 20 ⌨️ Show Books List as Card
- 21 ⌨️ Make Book Card a single component
- 22 ⌨️ Add Book Modal
- 23 ⌨️ Improve User Experience UX with beautiful alert
- 24 ⌨️ Outro