kschrute / react-todo-list

To-Do Application written in JavaScript using React library

Home Page:https://konstantinshkut.github.io/react-todo-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To-Do Application

Requirements

Task items should include the following properties

  • Name
  • Description
  • Target completion date
  • Completion date

Must be able to perform the following functionality, but not limited to the outline below.

  • CRUD on task item
  • Mark task item as complete
  • View list of task items

Application

The app is available at https://konstantinshkut.github.io/react-todo-list

Additional Features

The app uses browser's local storage to persist the data between sessions so if you wanted to get back to your lasts later without losing your progress you could.

Preview

This is how the app looks like

Screenshot

About

To-Do Application written in JavaScript using React library

https://konstantinshkut.github.io/react-todo-list


Languages

Language:TypeScript 75.4%Language:CSS 15.9%Language:HTML 8.8%