Back to projects
Project

Issue Tracker

Track issues and projects with Laravel—auth, CRUD, and Blade + Tailwind.

Screenshots

Issue Tracker screenshot 1

Tech stack

  • Laravel
  • Laravel Breeze
  • Blade
  • Tailwind CSS
  • Vite
  • MySQL

What it does

  • User authentication and session management via Laravel Breeze, with login/registration flows and secure password handling.
  • MySQL database for persistent storage of users, issues, sessions, and application state.
  • Create, read, update, and delete (CRUD) issues with title, description, and metadata tracking.
  • Issue assignment and status management (open/closed and similar states) for workflow organization.
  • Database-backed sessions and caching for stateful user interactions.
  • Frontend built with Blade templating, Tailwind CSS styling, and Vite asset bundling for modern development experience.