Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.45 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.45 KB

toDo-List

This is a simple toDo-List application. It uses the localStorage to save the toDos.

Technologies Used

The following technologies were used in this project:

       

  • HTML: Used for structuring the web page.
  • CSS: Utilized for styling the elements and layout of the page.
  • JavaScript: Implemented for interactivity and dynamic content.
  • Webpack: Employed as a module bundler to manage project dependencies and optimize assets.

Project Overview

alt text

Functionality

When you click on the +ToDo button, a modal is triggered, where you can insert the toDo data

alt text

If you choose a priority for the toDo, the color schema will change accordingly

alt text

You can also set a dueDate and it will show on the card

alt text

By clicking on the checkbox, the card will be marked as completed

alt text