An open API service indexing awesome lists of open source software.

https://github.com/dubzzz/todolist-front

Todo list app to check the potential of existing front technologies
https://github.com/dubzzz/todolist-front

Last synced: about 1 month ago
JSON representation

Todo list app to check the potential of existing front technologies

Awesome Lists containing this project

README

          

# Todo-list implemented using multiple front flavors

Flavors:
- Angular with Ivy based on services: https://dubzzz.github.io/todolist-front/todolist-angular/ \[[bundle](https://dubzzz.github.io/todolist-front/todolist-angular/stats-es2015.html)\]\[[bundle](https://dubzzz.github.io/todolist-front/todolist-angular/stats-es5.html)\]
- Angular based on ngxs: https://dubzzz.github.io/todolist-front/todolist-angular-ngxs/ \[[bundle](https://dubzzz.github.io/todolist-front/todolist-angular-ngxs/stats-es2015.html)\]\[[bundle](https://dubzzz.github.io/todolist-front/todolist-angular-ngxs/stats-es5.html)\]
- React based on context API and Hooks: https://dubzzz.github.io/todolist-front/todolist-react/ \[[bundle](https://dubzzz.github.io/todolist-front/todolist-react/report.html)\]
- React based on redux-saga and Hooks: https://dubzzz.github.io/todolist-front/todolist-react-redux-saga/ \[[bundle](https://dubzzz.github.io/todolist-front/todolist-react-redux-saga/report.html)\]
- React based on redux-thunk and Hooks: https://dubzzz.github.io/todolist-front/todolist-react-redux-thunk/ \[[bundle](https://dubzzz.github.io/todolist-front/todolist-react-redux-thunk/report.html)\]
- Vue based on vuex: https://dubzzz.github.io/todolist-front/todolist-vue/ \[[bundle](https://dubzzz.github.io/todolist-front/todolist-vue/report.html)\]