Skip to content

swaroop489/orthoplay

 
 

Orthoplay

Orthoplay is an educational spelling learning game.

Project Structure

  • backend – FastAPI server serving words from words.json (managed with uv)
  • frontend – React app built with Vite and styled using Tailwind CSS (managed with npm)

Getting Started

Backend

cd backend
uv sync
python run.py

Frontend

cd frontend
npm install
npm run dev

License

This project is licensed under the AGPL-3.0 License. See the LICENSE file for details.

About

Hear it. Guess it. Spell it right.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.8%
  • Python 13.6%
  • Other 1.6%