To-Do list App
To-Do list App
Difficulty :beginner
This is a project everyone recommends to build because it ensures you learn the fundamentals. From how to manipulate the DOM to how to work with Local Storage, this is the project that can teach you the most!
you will learn :
- How to create new tasks
- How to validate fields
- Filtering tasks (completed, active, ...) by learning
filter
andreduce
- And especially understanding the fundamentals of JavaScript.
Example of implementations to inspire from :
Share the word :