Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/junaidqadirb/timbercast-s01e01-todo

Watch Me Build A ToDo App Using Laravel Livewire And Bootstrap
https://github.com/junaidqadirb/timbercast-s01e01-todo

bootstrap laravel livewire todo todoapp todolist tutorial watch youtube

Last synced: 21 days ago
JSON representation

Watch Me Build A ToDo App Using Laravel Livewire And Bootstrap

Awesome Lists containing this project

README

        

# E01: ToDo

Watch the video [here](https://www.youtube.com/watch?v=0Y6aHZTJFNQ)

## Features
- Add Task
- Remove Task
- Mark task as done/not done

## Installation

- Clone or download the code
- Run `php artisan install`
- Run `npm i && npm run dev`
- Run `php artisan serve`
- Open you browser and go to http://localhost:8000