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
- Host: GitHub
- URL: https://github.com/dubzzz/todolist-front
- Owner: dubzzz
- License: mit
- Created: 2019-07-30T20:17:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T08:57:21.000Z (about 2 years ago)
- Last Synced: 2025-03-21T02:13:47.641Z (8 months ago)
- Language: TypeScript
- Size: 16.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)\]