Skip to content

Priyankabiswas06/bug-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐞 Bug Tracker Application

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.


📌 Features

  • Add new bugs with title and description
  • View all reported bugs
  • Bug status tracking (Open by default)
  • Clean and simple UI
  • Lightweight SQLite database

🛠️ Tech Stack

  • Backend: Python (Flask)
  • Frontend: HTML, CSS
  • Database: SQLite
  • Version Control: Git & GitHub

📂 Project Structure

bug-tracker/ ├── app.py ├── db.py ├── requirements.txt ├── templates/ │ └── index.html └── static/ └── style.css


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors