Orthoplay is an educational spelling learning game.
backend– FastAPI server serving words fromwords.json(managed with uv)frontend– React app built with Vite and styled using Tailwind CSS (managed with npm)
cd backend
uv sync
python run.pycd frontend
npm install
npm run devThis project is licensed under the AGPL-3.0 License. See the LICENSE file for details.