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

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)

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)