/yo-gamer-3

Primary LanguageJavaScript

The YO Gamer

Feature mixed from all the famous Social media apps out there. Discord, Tinder , SnapChat and Whatsapp.



🏭 Technologies and Packages

  1. React.js
  2. Node.js
  3. Express
  4. Morgan
  5. Helmet
  6. Mongoose & MongoDB
  7. Bcryptjs
  8. ChakraUI
  9. JWT
  10. Socket.io
  11. CORS
  12. Joi .... to be continued


💻 Front-End

  1. Landing Page
  2. Sign up / Sign in
  3. List of groups
  4. Create a new group
  5. Joining a group
  6. Start Chatting


🎯 Back-End

  1. SetUp express server
  2. Create JWT
  3. Authenticate for joining a room
  4. Create a new group
  5. Joining a group
  6. User Profile



📅 Descriptive

🎯 Back-End

  1. Setup listening port at 5050
  2. Setup dotenv port at 5000
  3. Create Morgan MiddleWare
  4. Create errorHandling MiddleWare
  5. Create a basic router
  6. SignUp & Login router /login & /signup
  7. Connecting the localhost Mongo from dotenv
  8. Validation of the data

[ ] Create the room and all that stuff woundnt it be super fun???

💻 Front-End