Back to Projects
Frontend
GitHub Issue Tracker
Track and manage GitHub issues from a custom dashboard.
HTMLTailwind CSSJavaScriptGitHub API

Project Overview
A vanilla JavaScript web app that connects to the GitHub API to fetch and display repository issues. Features a login page with credential-based auth, a dashboard view, and issue browsing — all built without any framework.
Technologies Used
HTMLTailwind CSSJavaScriptGitHub API
Development Challenges
Fetching and displaying GitHub API data using vanilla JavaScript without a framework, and implementing a credential-based login flow without a real backend.
Future Plans
"Adding real OAuth-based GitHub login, pagination for large issue lists, and filtering by label, assignee, or status."