/Todo-list

To-do list app build with vanilla JavaScript, ES6 Modules, Webpack, HTML5 and CSS3 using CRUD actions to control the to-dos and using the Local Storage for saving.

Primary LanguageJavaScript

Will Do


Logo

Will Do

JavaScript Project

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Based on the The Todo List in the odin project as a part of the Microverse curriculum.

The purpose is to get a good understanding how persistent data can be stored on the browser using localStorage.

The following are actions that can be done on the application.

  1. Create a new project.
  2. Add tasks for the selected project.
  3. Edit tasks for a particular project.
  4. Clear all the data in the localStorage.

Built With

Contact