Todo list application developed in react using functional components and bootstrap.
- Create new task item.
- Edit existing task item.
- Delete existing task item.
- Flag task as completed.
- Remove completed flag and bring back to in progress.
- Displaying success messages using Toast
- Filter the tasks based on status (completed / incomplete / all)
- Localstorage is used to remember your tasks
https://stackblitz.com/edit/react-todo-app-bootstrap?file=src%2FApp.js
- checkout the repository
- cd app
- npm install
- npm start