This is a fullstack To-Do App built with Laravel 10 that includes user authentication, CRUD operations for tasks, and optional enhancements like task filtering and priority levels.
- User Registration and Login
- Create, Read, Update, and Delete Tasks
- Authorization: Users can only manage their own tasks
- Bonus Enhancements:
- Filter tasks by status (pending/completed)
- Set task priority (low, medium, high)
- Responsive UI using Bootstrap
- Clone the Repository:
git clone https://github.com/yourusername/laravel-todo-app.git cd laravel-todo-app