This is a basic task list created with Laravel 5.7 and Bootstrap 4.3.1.
You can create task, edit task, delete task, mark task as completed and mark task as pending.
Good stuffs. Hope it meets your needs
- Ensure your device can run Laravel applications (if you're new to Laravel check out https://laravel.com/docs)
- Download or Clone
- In your preferred cmd, navigate to the application folder
- Run
composer install(that should install all dependencies needed for the application to run) - Run
php artisan key:generate - Explore, Use, Comment