Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build a Full Stack Book Store App Using React, Node, MongoDB, and Express
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Project Overview
- 3 Setup Project
- 4 Install Tailwind CSS
- 5 Setup React Router DOM
- 6 Customize Your Project
- 7 Create a Responsive Navbar
- 8 Banner Section
- 9 Top Sellers Section
- 10 Recommend Books
- 11 News Section
- 12 Footer Section
- 13 Login and Register Page
- 14 Install Redux Toolkit & Add to Cart
- 15 Cart Page, Remove from Cart, Clear Cart
- 16 Create Checkout Page
- 17 Server Setup, Mongoose & MongoDB
- 18 Create Blog Schema & Model
- 19 Book Routes & Controllers
- 20 Create bookApi using RTK Query & Display Books
- 21 Firebase Setup, Implement Login & Register
- 22 Private Routes
- 23 Create Order Endpoint & Place Order
- 24 Create Admin & Verify Token
- 25 Admin Router & Dashboard Login
- 26 Admin Dashboard: Add, Edit & Delete Books
- 27 How to Deploy Your MERN Project