All Projects → aleksandertabor → todo

aleksandertabor / todo

Licence: other
ToDo List built with Laravel, Livewire, Tailwind, Heroicons UI.

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
shell
77523 projects

Projects that are alternatives of or similar to todo

laravel-livewire-ui
Laravel Livewire UI, Auth, & CRUD starter kit.
Stars: ✭ 92 (+142.11%)
Mutual labels:  livewire
powergrid-demo
⚡ PowerGrid fully configured in a Laravel project.
Stars: ✭ 38 (+0%)
Mutual labels:  livewire
adoteumdev
The AdoteUmDev project
Stars: ✭ 101 (+165.79%)
Mutual labels:  livewire
Livewire-Simple-Delegation-Switcher
A Delegation/Studio Switcher for Livewire Devices - now with GPIO support.
Stars: ✭ 19 (-50%)
Mutual labels:  livewire
Goodwork
Self hosted project management and collaboration tool powered by TALL stack
Stars: ✭ 1,730 (+4452.63%)
Mutual labels:  livewire
x-blade-components
Laravel Blade Components ready to use
Stars: ✭ 36 (-5.26%)
Mutual labels:  livewire
laravel-boilerplate
This is how I start new Laravel projects.
Stars: ✭ 0 (-100%)
Mutual labels:  livewire
rails-heroicon
Ruby on Rails views helpers for the awesome heroicons by Steve Schoger.
Stars: ✭ 23 (-39.47%)
Mutual labels:  heroicons
ttall
Laravel fronend preset for TTALL stack - Tailwindcss | Turbolinks | Alpine.js | Laravel | Livewire 🚀
Stars: ✭ 50 (+31.58%)
Mutual labels:  livewire
website
Source code of the Laravel Cameroon meetup website.
Stars: ✭ 47 (+23.68%)
Mutual labels:  livewire
laravel-simple-select
Laravel Simple Select inputs component for Blade and Livewire.
Stars: ✭ 59 (+55.26%)
Mutual labels:  livewire
ux
Laravel UI, Auth, & CRUD scaffolding package using Bootstrap & Livewire.
Stars: ✭ 34 (-10.53%)
Mutual labels:  livewire
BackEnd-Squad
Back End Squad Roadmap
Stars: ✭ 24 (-36.84%)
Mutual labels:  livewire
livewire-sortablejs
A Laravel Livewire plugin that makes it easy to use Sortable.js
Stars: ✭ 68 (+78.95%)
Mutual labels:  livewire
ui
Laravel Livewire & Bootstrap 5 UI & CRUD starter kit.
Stars: ✭ 82 (+115.79%)
Mutual labels:  livewire
modal
Livewire component that provides you with a modal that supports multiple child modals while maintaining state.
Stars: ✭ 664 (+1647.37%)
Mutual labels:  livewire
laravel-livewire-modals
Dynamic Laravel Livewire Bootstrap modals.
Stars: ✭ 63 (+65.79%)
Mutual labels:  livewire
charaza-ui
Lightweight Laravel 8 Admin CRUD generator and Starter template with Jetstream, Livewire and Tailwindcss Frontend
Stars: ✭ 50 (+31.58%)
Mutual labels:  livewire
livewire-eshop
A sample Laravel shop built using LiveWire UI Framework and Paystack Checkout
Stars: ✭ 108 (+184.21%)
Mutual labels:  livewire
daybreak
Simple timesheets and vacation management for small businesses.
Stars: ✭ 111 (+192.11%)
Mutual labels:  livewire

✔️ 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].