A minimal ToDo application that permits only 5 tasks at a time. Never get overwhelmed with ToDo lists again. Check out the app
I know, right!? This project started off as a simple side project to practice DOM manipulation, and was originally coded entirely on CodePen.
It grew on me as I was building it and I saw the potential it had to practice other Javascript concepts that I'd picked up along the way, like Event Listeners, Intl Dates, this keyword, Call-Apply-Bind methods etc. So I just kept on finding ways to implement more concepts in some shape or form in the application.
- Type the task and hit the Enter key to add it to the list (Up to 5 tasks can be added at a time)
- Click on the circles to the left of the task entries to toggle them between active and completed state. Alternatively, use the number keys 1 - 5 to toggle the respective tasks.
- To delete a task either click on the respective trash icons to the right, or use Alt + number keys (1-5) to delete the respective tasks.