Skip to content

EricJDeng/Offline-Zetamac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Offline-Zetamac

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

Quickstart (dev servers)

Backend:

cd backend
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
uvicorn app:app --reload --port 8000

Frontend:

cd frontend
npm install
npm run dev

Open the app at http://localhost:5173.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors