ToDoList is a simple application to create day-to-day tasks
ToDoList was created with the purpose of studies to learn more about Laravel. Despite being a simple application, I was able to learn more about blade, which is a simple and powerful Laravel engineering monitor. I also learned more about routes, paging, and search.
Vite was also used in this application. For those unfamiliar with Vite, it is a frontend build tool, which provides a fast development environment and bundles your code for production. In the case of Laravel, using Vite to bundle the application's CSS and JavaScript files into production ready assets.
As seguintes ferramentas foram usadas na construΓ§Γ£o do projeto:
In this first part you will clone the repository:
git clone https://github.com/leticiadia/to-do-list-laravel.git
Next you will enter the directory:
cd to-do-list-laravel
The next step is to install the dependencies:
composer install
Copy the .env.example file and rename it to .env
Run an application for development mode:
npm run dev
and in another terminal window run
php artisan serve
The server will start on port:8000 - go to http://localhost:8000
Pull requests are welcome. For major changes, open a competition question first what you would like to change.
Developed by Leticia Dias