A Wordle-inspired multiplayer game built with the MEVN stack (MongoDB, Express.js, Vue.js, Node.js).
Players can guess words daily, and (hopefully coming soon) race against friends in real-time.
- Classic Wordle gameplay
- Built with Vue 3 + Vite (frontend)
- Express.js REST API (backend)
- MongoDB word storage
- Multiplayer???
- Styled with Tailwind CSS
- Frontend: Vue 3, Vite, TailwindCSS
- Backend: Node.js, Express.js, Socket.io (future?)
- Database: MongoDB (local)
cd backend
npm install
node server.js
cd frontend
npm install
npm run dev