Skip to content

Commit ecc3ceb

Browse files
authored
Create README.md
1 parent ec365a0 commit ecc3ceb

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

README.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# 🗂 Issue Tracker
2+
3+
A sleek, responsive **Issue Tracking Web App** built using **HTML**, **Tailwind CSS**, and **JavaScript**. Perfect for managing and tracking issues—bugs, feature requests, or tasks—with clarity and simplicity.
4+
5+
[![Live Demo](https://img.shields.io/badge/🚀_Live_Demo-00C7B7?style=for-the-badge&logo=netlify&logoColor=white)](https://amdadislam01.github.io/Issue-tracker/)
6+
[![Source Code](https://img.shields.io/badge/💻_Source_Code-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/amdadislam01/Issue-tracker)
7+
8+
---
9+
10+
## Features
11+
12+
- Add, edit, and delete issues with title and description
13+
- Categorize issues (bug, feature request, etc.)
14+
- View issues in a clean, scrollable list
15+
- Dynamic issue counts for quick overview (open, closed, all)
16+
- Fully responsive design for desktop and mobile
17+
- Built with minimal and optimized code using Tailwind CSS
18+
19+
---
20+
21+
## Tech Stack
22+
23+
<p align="center">
24+
<img src="https://skillicons.dev/icons?i=html,tailwindcss,js" alt="Tech Stack" width="180"/>
25+
</p>
26+
27+
---
28+
29+
## Screenshot
30+
31+
<p align="center">
32+
<img src="https://i.postimg.cc/PLACEHOLDER/issue-tracker-screenshot.png" alt="Issue Tracker Screenshot" width="800"/>
33+
</p>
34+
35+
> *Replace the image link above with your own hosted screenshot.*
36+
37+
---
38+
39+
## How to Use Locally
40+
41+
```bash
42+
# Clone this repository
43+
git clone https://github.com/amdadislam01/Issue-tracker.git
44+
45+
# Navigate to project folder
46+
cd Issue-tracker
47+
48+
# Open index.html in your browser

0 commit comments

Comments
 (0)