Skip to content

Todo list application developed in react functional components and bootstrap. User can create new todo items. Every todo item will have status like ( incomplete , completed ). Users can mark them as complete once done. todo items are cached using localstorage. User can edit and delete existing todo items.

Notifications You must be signed in to change notification settings

crazyobject/React-todo-list-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

React-todo-list-app (Formik,Yup,Bootstrap, Toast, localstorage)

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

Live app on stackblitz

https://stackblitz.com/edit/react-todo-app-bootstrap?file=src%2FApp.js

Kickstart

  1. checkout the repository
  2. cd app
  3. npm install
  4. npm start

Demo - Todo manager

Debounce React Input

Demo - screenshot

About

Todo list application developed in react functional components and bootstrap. User can create new todo items. Every todo item will have status like ( incomplete , completed ). Users can mark them as complete once done. todo items are cached using localstorage. User can edit and delete existing todo items.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published