Skip to content

Powsdaws/Letterdash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Letterdash

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.


Features

  • Classic Wordle gameplay
  • Built with Vue 3 + Vite (frontend)
  • Express.js REST API (backend)
  • MongoDB word storage
  • Multiplayer???
  • Styled with Tailwind CSS

Tech Stack

  • Frontend: Vue 3, Vite, TailwindCSS
  • Backend: Node.js, Express.js, Socket.io (future?)
  • Database: MongoDB (local)

Run the project

Backend

cd backend
npm install
node server.js

Frontend

cd frontend
npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published