To test project
Install GIT on windows search git and visit the official git url to download GIT
Next
do git clone https://github.com/PatrickCode1299/testProject.git
Install composer on your computer at getcomposer.org
Install XAMPP at sourceforge.net, ensure to use XAMPP with php version greater than 8.0
Do run command "composer install or composer update" to install all dependencies
Open CMD on Windows
in cmd e.g C:/Users/YourComputerName/Path where you clone the project
Ensure to Start XAMPP after installation run apache and mysql to start
Next run
php artisan migrate
php artisan serve
Open localhost:8000/ for the task creation url
open localhost:8000/tasks to view the task dashboard