This is a Task Manager System created for learning purposes using Laravel and Livewire. It includes user authentication, user management, member management, and task management features. The app allows users to sign up, log in, and manage tasks, members, and user roles. It also provides an interactive, dynamic user interface using Livewire.
Clone this repository:
git clone https://github.com/your-username/Task-Manager-System.git
cd Task-Manager-System
composer install
cp .env.example .env
php artisan key:generate
php artisan key:generate
php artisan migrate
composer require laravel/breeze --dev
php artisan breeze:install
npm install
npm run dev
This project now reflects a complete system for user authentication, task management, and member management .
Let me know if you'd like further adjustments or if you'd like to proceed with this!