Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 1.52 KB

File metadata and controls

70 lines (48 loc) · 1.52 KB

TallCraftUI Demo - Todo Application

This is a simple todo application built with Laravel 12, Livewire 3, Tailwind CSS 4 and TallCraftUI V2.

Screenshot

Installation Guide

  1. Clone the repository
git clone https://github.com/developermithu/todo-app-tallcraftui.git
  1. Change directory
cd todo-app-tallcraftui
  1. Install dependencies
composer install
  1. Copy the .env.example file to .env and update the configurations
cp .env.example .env
  1. Generate the application key
php artisan key:generate
  1. Migrate and seed the database
php artisan migrate:fresh --seed
  1. Install npm dependencies & run the development server
npm install && npm run dev
  1. Visit the application in your browser at http://todo-app-tallcraftui.test or http://localhost:8000

Project Features

  • Todo List
  • Create Todo
  • Update Todo
  • Delete Todo
  • Mark Todo as Completed
  • Display Toast Notifications
  • Modal for Editing Todo
  • Progress Indicator
  • Responsive design
  • Dark mode
  • GitHub Actions for CI/CD
  • Unit Testing

Contributing

Contributions are welcome! Please feel free to submit pull requests or issues to improve this project.