Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aleksandertabor/todo
ToDo List built with Laravel, Livewire, Tailwind, Heroicons UI.
https://github.com/aleksandertabor/todo
heroicons laravel laravel7 livewire tailwindcss
Last synced: 3 months ago
JSON representation
ToDo List built with Laravel, Livewire, Tailwind, Heroicons UI.
- Host: GitHub
- URL: https://github.com/aleksandertabor/todo
- Owner: aleksandertabor
- Created: 2020-05-08T09:44:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:53:18.000Z (about 2 years ago)
- Last Synced: 2024-09-28T19:40:55.550Z (3 months ago)
- Topics: heroicons, laravel, laravel7, livewire, tailwindcss
- Language: PHP
- Homepage:
- Size: 1.15 MB
- Stars: 42
- Watchers: 1
- Forks: 4
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-livewire - To-do List
README
โ๏ธ ToDo
======================
> [ToDo](https://todo.alexprojects.pl/) - manage your tasks in a simple way.## ๐ฅ๏ธ Demo
Live demo: [todo.alexprojects.pl](https://todo.alexprojects.pl/)
![todo](https://aleksandertabor.pl/wp-content/uploads/2020/05/livewire-todo.gif)
# ๐ฉ Table of Contents
1. [Requirements](#-requirements)
2. [Installation](#-installation)
3. [Built with](#-built-with)
4. [To-do](#-to-do)## ๐ Requirements
- PHP version: >= 7.2.5
- Composer
- Node.js## ๐งพ Installation
1. `git clone https://github.com/aleksandertabor/todo YOURPROJECTNAME`
2. `cd YOURPROJECTNAME`
3. Install dependencies:`composer install`
`npm install`
4. `cp .env.example .env`
5. `php artisan key:generate`
6. Set your `.env` with credentials to your database server (`DB_*` settings) and your domain config (`APP_URL`).
8. `php artisan migrate`
11. Build frontend with `npm run production` for production.
11. Run your server `php artisan serve`.> โ ๏ธ Caution: Remember about giving proper permissions to the project directory e.g.:
```bash
sudo chgrp -R www-data /var/www/YOURPROJECTNAME
sudo chmod -R 775 /var/www/YOURPROJECTNAME/storage
```## ๐งฐ Built with
- Laravel 7
- Livewire
- Tailwind CSS
- Heroicons UI## ๐ To-do
- More tests [Livewire tests](https://laravel-livewire.com/docs/testing)