You Can See The Project Live On: Here
A Simple To-Do App Mainly Written In Javascript
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 and if you are not using the latest versions of the browser the app may not work properly or not working at all.
Features:
- Done To-Dos
- Delete To-Dos (individually)
- Edit To-Dos
- Date (For Both When You Created And Done To-Dos)
- Keyboard Accessible
- Clear All
- Both Mobile & Desktop Responsive
- New Features Coming Soonπ
Technologies:
- HTML
- CSS
- JS
β Feel Free To Fork and Contribute