/TODO-List

Foothill Technology Solutions - internship JavaScript ToDo-List

Primary LanguageJavaScript

Todo List Javascript Project

This project is a simple todo list application written in JavaScript. It allows users to create, update status,search and delete todo list items.

this Task is a part of my internship at Foothill Technology Solutions, LLC.

Features

  • add new to do .
  • delete to do .
  • mark to do as done .
  • count number of to dos and done in footer .
  • delete to do confirmation .
  • search for to do .
  • Data should be stored in the browser so when we refresh we don't lose the data done using local Storage .

Installation

Clone the repository:

Source Code

Run index.html using Live Server .

Netlify Deployment:

TODO - List

Contributing

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

Please make sure to update tests as appropriate.