Yet another todo list powered by Tailwind, Alpine.js, Livewire, and Laravel aka TALL stack.
You can see the project here: https://plantodo.ir/
Execute these two commands and open http://localhost:8000
php artisan servenpm run dev
git clone https://github.com/Farshad-Hasanpour/plantodo.git
cd plantodo
composer install
cp .env.example .env
dont forget to update database connection info
php artisan key:generate
php artisan migrate
php artisan db:seed
npm install
set up a cron job to run php artisan app:reset-daily-habits every midnight.
e.g.
0 0 * * * /usr/bin/php /path-to-your-project/artisan app:reset-daily-habits >> /dev/null 2>&1