A fully functional issue tracking web application with authentication, built using HTML, Tailwind CSS, DaisyUI, and vanilla JavaScript. Features a secure login system, dynamic issue management with real-time DOM manipulation β all without any backend framework.
π Live Demo: https://issue-tracker-bd-01.netlify.app/
π Repository: github.com/Morshedul-developer/issue-tracker
- Secure login system with credential validation
- Dynamic issue creation, tracking, and management
- Real-time DOM manipulation without any framework
- Clean dashboard UI built with Tailwind CSS & DaisyUI
- ES6+ JavaScript β arrow functions, template literals, spread operator
- Multi-page application (Login + Dashboard)
- Fully responsive across all devices
issue-tracker/
βββ index.html # Login page
βββ main.html # Dashboard page
βββ script/
β βββ app.js
βββ assets/
β βββ (images & icons)
βββ README.md
Username: admin
Password: admin123
# Clone the repository
git clone https://github.com/Morshedul-developer/issue-tracker.git
# Open in browser
cd issue-tracker
open index.html- Login Page β Credential validation with GitHub-themed UI
- Dashboard β Issue listing, creation, and management
- Issue Cards β Dynamic rendering with DaisyUI components
Morshedul Islam
- Portfolio: morshedul-khaer.netlify.app
- GitHub: @Morshedul-developer
"A production-ready issue tracker β built with zero backend, zero framework, just pure JavaScript logic."