A simple and efficient task management system built with Laravel (Backend API) and React + Tailwind CSS (Frontend). This app allows users to create, edit, delete, and mark tasks as completed while providing authentication using Laravel Sanctum.
Create, update, delete, and view tasks
Each task includes:
title
description
due_date
status
(Pending
or Completed
)Only the task creator can edit or delete their tasks
Pending
or Completed
)