- React 19: A modern JavaScript library for building user interfaces.
- Vite: A fast development build tool for modern web projects.
- React Router: Handles navigation between different pages in the app.
- Material UI: Provides pre-styled UI components for a sleek user experience.
- Axios: Handles API requests efficiently.
- Jest & Vitest: Used for testing the application.
- Node.js: JavaScript runtime for building scalable server-side applications.
- Express.js: A lightweight web framework for handling API routes.
- MongoDB: A NoSQL database for storing user and game data.
- Mongoose: An ODM (Object Data Modeling) library to interact with MongoDB.
- Frontend: Deployed on Vercel.
- Backend: Hosted on Railway.
- Database: MongoDB Atlas for cloud database storage.
- User Authentication: Players can log in or sign up to track their progress.
- Game Logic: Players select a mystery destination, get clues, and guess the answer.
- Challenge a Friend: Users can invite friends to play via a shareable link.
- Leaderboard & Stats: Track correct/wrong answers and improve your skills.