Redvanisation / 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.

Home Page:https://rawcdn.githack.com/Redvanisation/Todo-list/dc95cf18d1646a2121fb6912f485c7c5dc69f3f3/dist/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

https://rawcdn.githack.com/Redvanisation/Todo-list/dc95cf18d1646a2121fb6912f485c7c5dc69f3f3/dist/index.html


Languages

Language:JavaScript 77.8%Language:CSS 22.2%