This is a personal task manager made with Laravel and Vue. It has a CRUD system that allows you to create, edit, and delete tasks. It has a search bar and filter by status to help you find the task you are looking for. It also has an authentication system that allows you to register and login to your account.
To install any left laravel dependencies, run the following command:
composer install
OR
composer update
To install any left vue dependencies, run the following command:
npm i
OR
npm install
First start your server whether it's laragon or xampp.
Then run the following command to start the vue compiler:
npm start
OR
npm run watch
Then go to your browser and type ip on which app started and you should see the app.
If you have any questions about the repo, open an issue. You can find more of my work at smokey18.