A Simple To-Do App Written In Javascript
To-Do_App
A Simple To-Do App Mainly Written In Javascript.
You Can See The Project Live On: Here
The project structure is kinda like React and inspired by react style because we only have a root
element in the HTML and everything else is injected by javascript, basically javascript has the responsibility of the DOM manipulation over the entire project
⚠ Alert: The app has browser compatibility issues as i’ve noticed, especially on mobile browsers
Features:
- Done To-Dos
- Delete To-Dos (individually)
- Edit To-Dos
- Keyboard Accessible
- Clear All
- New Features Coming Soon?
Technologies:
- HTML
- CSS
- JS