laratodo

Laratodo is a simple todolist app, with some features. Free to use and you can add your task today. Made with love for web artisans

MIT License

Stars
4

Laratodo

Laratodo is a simple todolist app, with some features. Free to use and you can add your task today. Made with love for web artisans

Setup Project

# clone the repository
git clone https://github.com/kochan4php/laratodo.git

# go to laratodo directory
cd laratodo

# install dependencies
composer install

# run server
php artisan serve --port=3000