Task Management System
Laravel | TailwindCSS | AlpineJS
A simple yet powerful Task Management System built with Laravel, Tailwind CSS, and Alpine.js.
Features:
✅ Create, Read, Update, and Delete (CRUD) tasks
✅ Mark tasks as complete/incomplete
✅ Responsive design
✅ Form validation
✅ Success notifications
✅ Paginated task listing
✅ Clean, modern UI
Installation
Clone the repository:
git clone https://github.com/yourusername/task-management-system.git
cd task-management-system
Install dependencies:
composer install
npm install
Create and configure .env file:
cp .env.example .env
Generate application key:
php artisan key:generate
Run migrations:
php artisan migrate
Start the development server:
php artisan serve