GitHunt

NYT Mini Crossword Comparison

Compare your NYT Mini Crossword times with others. See how you stack up against everyone else who solved the puzzle that day.

Tech

React frontend, Flask backend, PostgreSQL database. Hosted on Heroku with daily resets.

Running

See docs/running.md

Development

# Backend
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python -m src.app

# Frontend
cd client
npm install
npm start

Testing

pytest                # backend
cd client && npm test # frontend

License

MIT

Languages

JavaScript68.6%Python25.0%CSS5.0%HTML1.3%Procfile0.0%

Contributors

MIT License
Created March 11, 2024
Updated December 30, 2025