Simple JavaScript TODO app based on the MVC and EventEmitter pattern with localStorage.
This app has the following features:
- Create, update and delete todo;
- Current and completed todo sections;
- Adaptive and responsive markup;
- Smooth animation.
The following technologies were used to develop the app:
- HTML5, CSS3, SCSS;
- JavaScript (ES6);
- localStorage;
- MVC pattern;
- EventEmitter pattern.
The app was developed for educational purposes only.