I made this so that I can practice zetamac when there's no wifi! (eg. trip from NZ to NYC)
This version of zetamac includes all the functionailities that zetamac has and more!
The additional features include a history score graph, high score feature, and difficulty level
Backend:
cd backend
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
uvicorn app:app --reload --port 8000Frontend:
cd frontend
npm install
npm run devOpen the app at http://localhost:5173.