A simple Bug Tracker Web Application built using Flask and SQLite. This project allows users to report, view, and track software bugs through a clean and easy-to-use interface.
This is a beginner-friendly project suitable for college assignments and learning backend development.
- Add new bugs with title and description
- View all reported bugs
- Bug status tracking (Open by default)
- Clean and simple UI
- Lightweight SQLite database
- Backend: Python (Flask)
- Frontend: HTML, CSS
- Database: SQLite
- Version Control: Git & GitHub
bug-tracker/ ├── app.py ├── db.py ├── requirements.txt ├── templates/ │ └── index.html └── static/ └── style.css