External sources (As you have mentioned the job post that you want me to disclose any 3rd party code)
- Boostrap CSS & JS library
- An HTML template from bootstrap examples called Dashboard
- reset.css from eric meyer
- flatpickr library for date and time selection.
- For drag and drop SortableJS is used.
How to install
- Unzip the file
- Open the .env file in the text editor
- Change database settings as you need, from lines 23 - 28 and save it.
- Open terminal or command line
- run "php artisan migrate" (without quotes)
- run "php artisan serve"
About the drag and drop
- I have not used Vue+Vite as it would be overkill for this small project
- I have used vanilla javascript