Tommy-Burns / react--todo-app

A ToDo app built with ReactJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React ToDo App

A todo app created with ReactJS

App Screenshot

Screenshot

App Functions

The app does the following:

  • Add new tasks
  • Delete and existing task
  • Check a task (mark it as done)
  • Uncheck a task
  • Stores tasks in localstorage so they are not lost on browser reload or restart.
  • Real time search for tasks

console.log("Hello React!πŸŽ‰πŸŽ‰");

Author

Thomas Burns Botchwey

Credit

Dave Gray

About

A ToDo app built with ReactJS


Languages

Language:JavaScript 50.9%Language:CSS 30.7%Language:HTML 18.4%