dryleaf / todo-list

Todo List WebApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple todo list web app

Overview

  • This web app is completely developed using ReactJS.
  • Demo

Features

  1. User can add new tasks
  2. Then user can change status of the tasks (from todo to completed and vice-versa)
  3. User can see the list of 'todo task list' and 'completed task list'
  4. User is also able to delete a task from the list
  5. uses localStorage to store the user lists (which should be avoided on production environment)
  • Feel free to clone and create PRs however you like.

About

Todo List WebApp

License:MIT License


Languages

Language:JavaScript 70.8%Language:CSS 24.7%Language:HTML 4.4%