A simple and clean web application built with Laravel to manage personal notes.
Users can Create, Read, Update, and Delete (CRUD) notes easily through a user-friendly interface.
It also includes authentication, welcome email on registration, and a dashboard.
- User Authentication (Register, Login, Logout)
- Send Welcome Email on successful registration
- Add New Notes
- View All Notes
- Edit Existing Notes
- Delete Notes
- Dashboard to manage notes
- Responsive and Clean UI
- Built with Laravel Blade and Tailwind CSS
- PHP 8.2
- Laravel 12
- MySQL (via Eloquent ORM)
- Blade Templating Engine
- Tailwind CSS
- Laravel Mail for email sending
- Clone the repository:
git clone https://github.com/your-username/laravel-notes-app.git cd laravel-notes-app