A simple web app to track gift wishes with completion status.
- Add gift wishes with names
- Mark gifts as complete with checkboxes
- SQLite database storage
- Install dependencies:
pip install flask flask-limiter- Run the app:
python main.py- Open your browser to
http://localhost:5000
- Flask (Python web framework)
- SQLite (database)
- W3.CSS (styling)
- Vanilla JavaScript