https://github.com/sauldoescode/rilti-todomvc
rilti.js todomvc example (New Version)
https://github.com/sauldoescode/rilti-todomvc
framework rilti-todomvc todoapp todolist todomvc
Last synced: 12 months ago
JSON representation
rilti.js todomvc example (New Version)
- Host: GitHub
- URL: https://github.com/sauldoescode/rilti-todomvc
- Owner: SaulDoesCode
- Created: 2018-01-31T23:01:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T12:42:05.000Z (almost 8 years ago)
- Last Synced: 2025-01-04T20:34:29.059Z (about 1 year ago)
- Topics: framework, rilti-todomvc, todoapp, todolist, todomvc
- Language: JavaScript
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Rilti.js • [TodoMVC](http://todomvc.com)
A Future Forward Frontend Framework
## Resources
- [Website](https://github.com/SaulDoesCode/rilti.js)
- [Documentation {WIP}](https://github.com/SaulDoesCode/rilti.js/docs)
### Support
- [Stack Overflow](http://stackoverflow.com/questions/tagged/rilti)
*Let us [know](https://github.com/SaulDoesCode/rilti.js/issues) if you discover anything worth sharing.*
## Implementation: a semi-procedural/event-driven approach
All the HTML (except the boilerplate of course) is generated by ``rilti.dom['tag']``.
The todo items are managed and saved by event hooks using ``rilti.model(localStorage.getItem('todos'))`` and so on.
Fairly straight forward, everything is under 200 LOC.
## Credit
Created by [Saul van der Walt](http://grimstack.io/portfolio)