Skip to content

avocado-ship-it/gift-tracker-fullstack

Repository files navigation

Halia's Gift Tracker

A simple web app to track gift wishes with completion status.

Features

  • Add gift wishes with names
  • Mark gifts as complete with checkboxes
  • SQLite database storage

Setup

  1. Install dependencies:
pip install flask flask-limiter
  1. Run the app:
python main.py
  1. Open your browser to http://localhost:5000

Tech Stack

  • Flask (Python web framework)
  • SQLite (database)
  • W3.CSS (styling)
  • Vanilla JavaScript