Skip to content

Here you can add new tasks, delete tasks and see the tasks that you have added. The tasks are stored in local storage of the browser. So even if you close the tab and then when you open it again you can still see the tasks that you had added.

Notifications You must be signed in to change notification settings

mrinmay7875/TaskList-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foobar

This is a simple app made using Javascript where you can add task and see what are the tasks that you have added. You can also delete the tasks.

Installation

The app is deployed at Task List App. For better viewing experience open the link with Google Chrome browser.

Usage

This has been built using only Vanilla JS. The tasks are stored in the localStorage of your browser.

When you click on the Add Task then new task is added in the localStorage of the browser.

When you click on the Get Tasks then all the tasks are fetched from the localStorage of the browser.

When you click on the Clear Tasks then all the cleared from the localStorage of the browser.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Here you can add new tasks, delete tasks and see the tasks that you have added. The tasks are stored in local storage of the browser. So even if you close the tab and then when you open it again you can still see the tasks that you had added.

Topics

Resources

Stars

Watchers

Forks