Skip to content

DocCreeps/Todolist

Repository files navigation

Todolist App

This is a simple todolist application built with Laravel, Livewire, and TailwindCSS.

Installation

  1. Clone the repository:
git clone https://github.com/DocCreeps/Todolist.git
  1. Install dependencies:
composer install
npm install && npm run dev
  1. Copy .env.example file to .env:
cp .env.example .env
  1. Generate application key:
php artisan key:genrate
  1. Use the database information in your .env file to create a database for the application.
DB_DATABASE=your_database_name
DB_USERNAME=your_database_username
DB_PASSWORD=your_database_password
  1. Migrate the database:
php artisan migrate

Usage

  1. Run the application:
php artisan serve
  1. Navigate to http://localhost:8000 in your web browser.

Features

  • Create, edit, and delete tasks
  • Mark tasks as complete
  • view completed tasks
  • view incomplete tasks
  • view all tasks

TODO

  • view tasks by date created
  • view tasks by date updated
  • view tasks by date completed

Credits

About

todolist with livewire tailwind

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages