Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 822 Bytes

CHANGELOG.md

File metadata and controls

12 lines (12 loc) · 822 Bytes
  • BOTH: joined user lobby now functional
  • BOTH: joining room lobby and seed to board generation
  • BACKEND:solving boggle using trie tree of scrabble dictionary functional
  • BOTH:boggle board generated and checking if each user input is valid at each onchange, including Qu
  • BOTH:sending over array of objects to count party lobbies
  • BACKEND: room lobby joining fully functional on socket side, and create room lobby chat is generated and functional
  • BOTH: changed sockets to work with middleware to accept jwt tokens
  • BOTH: starting on rooms and friends joining
  • FRONTEND: redesigned navbar
  • BACKEND: added jwt tokens and signup and login to routes/components to back and front end, login still needs testing
  • changed file structure and started downloading required npm packages
  • initialized backend and frontend