Completed
- Starting our Project
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Ultimate Tinder Clone - MongoDB - Authentication - Cookies - Chat
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Starting our Project
- 3 - Pages and Routing in React
- 4 - Homepage UI
- 5 - AuthModal UI
- 6 - OnBoarding UI
- 7 - Dashboard UI
- 8 - ChatContainer UI
- 9 - Setting up our NodeJS backend
- 10 - Express Routing
- 11 - Signing Users Up / MongoClient insertOne
- 12 - Cookies
- 13 - Logging In / MongoClient findOne
- 14 - On-boarding / MongoClient updateOne
- 15 - Updating a user / MongoClient updateOne
- 16 - Getting One User / MongoClient findOne
- 17 - Getting Users By Gender / MongoClient find
- 18 - Updating Matches / MongoClient updateOne + $push
- 19 - Get Many Users / MongoClient find
- 20 - Display Chat History
- 21 - Adding New Messages / MongoClient insertOne
- 22 - Code Refactor, tidy and error fixing
- 23 - Final run through
- 24 - Making sure Users only show up when both Users swipe right
- 25 - Adding a .env file