Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

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

About

This is a simple Laravel-based Task Management System that allows users to create, read, update, and delete tasks (CRUD operations). The system includes features for marking tasks as complete/incomplete and pagination for task listings.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages