Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 2.33 KB

File metadata and controls

30 lines (24 loc) · 2.33 KB

ListIt

Plan your day and get things done

Description

This project is a simple todo web application designed to help users manage their tasks and projects with ease. Built using HTML, CSS, and JavaScript, this app allows users to create, view, edit, and delete tasks, as well as organize them into different projects. The app features a clean and intuitive user interface, making task management straightforward and hassle-free.

Motivation

  • To create an easy-to-use task management tool.
  • To practice and improve my skills in web development using HTML, CSS, and JavaScript.
  • To explore the implementation of local storage for data persistence.

Key Features

  • Create, view, and manage tasks.
  • Organize tasks into projects.
  • Set task due dates.
  • Persistent data storage using localStorage.

How to Access the Project

The todo web app is hosted on GitHub Pages. You can access it directly through the following link: https://maddily.github.io/to-do/

Languages and Tools

html5 css3 javascript webpack

Credits