This is a simple toDo-List application. It uses the localStorage to save the toDos.
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.
When you click on the +ToDo button, a modal is triggered, where you can insert the toDo data
If you choose a priority for the toDo, the color schema will change accordingly
You can also set a dueDate and it will show on the card
By clicking on the checkbox, the card will be marked as completed