This is a simple To-Do List application built with Laravel. It was my first Laravel project, developed using basic academic-level knowledge to practice CRUD (Create, Read, Update, Delete) operations. The app lets users manage their daily tasks efficiently with a clean dashboard and easy-to-use features.
-
User Sign Up / Sign In:
Register a new account or log in to manage your personal to-do list. -
Task Creation:
Add new tasks to your list with a simple form. -
Task Editing:
Update existing tasks to keep your list up to date. -
Task Deletion:
Remove tasks you no longer need. -
Alerts & Notifications:
Get alert messages for successful task addition, update, or deletion. -
Logout:
Securely log out when you're done.
- Laravel (PHP)
- Blade Templates
- Bootstrap (for styling)
Images above show the dashboard overview and the task creation page.
- Built as a learning exercise for Laravel CRUD operations.
- Uses simple, academic-level code and concepts.
- Clean and user-friendly interface.
- All core features for a basic to-do list app.
_Open to suggestions and improvements! Feel free to fork and submit pull requests.