aleksandertabor / todo

ToDo List built with Laravel, Livewire, Tailwind, Heroicons UI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✔️ ToDo

ToDo - manage your tasks in a simple way.

🖥️ Demo

Live demo: todo.alexprojects.pl

todo

🚩 Table of Contents

  1. Requirements
  2. Installation
  3. Built with
  4. 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).

  7. php artisan migrate

  8. Build frontend with npm run production for production.

  9. Run your server php artisan serve.

⚠️ Caution: Remember about giving proper permissions to the project directory e.g.:

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

About

ToDo List built with Laravel, Livewire, Tailwind, Heroicons UI.


Languages

Language:PHP 78.1%Language:Blade 21.3%Language:Shell 0.6%