Skip to content

A simple application that allows to create a todo list that is capable of saving previously inserted tasks and mark them as done or not. It also has a feature of creating any number of seperate task lists, that can be tracked by users.

Notifications You must be signed in to change notification settings

JTairov/ToDo-List

Repository files navigation

Simple ToDo App

Basic ToDo application that allows multiple users to create their individual lists of tasks. Each task has two states - "completed" or "not completed". A user has an opportunity to manage the task state and highlight it. The application allows a user to delete any task. All task lists are stored in localStorage, which allows a user to save his tasks and return back later.

Deployment

To deploy the app - simply pull the repository and open index.html from src folder

View:

app-view

About

A simple application that allows to create a todo list that is capable of saving previously inserted tasks and mark them as done or not. It also has a feature of creating any number of seperate task lists, that can be tracked by users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published