lokiReminders
An iOS Reminders clone, build with my very own SPA library loki-js
Features
A high fidelity clone of the iOS reminders App
Perform CRUD operations on lists
Perform CRUD operation on todo items
Show, hide and clear completed todo items
Search filters items in a list
Persistent storage in your browser
Lists persist across refreshes
Completely mobile responsive
Implementation
- UI built and served with loki.js
- Persistence in indexed db using dexi.js
- Styling with pure css within loki.js components
- Hosted statically on firebase
Why I Built This
To serve as a demo of my SPA library loki-js, and to aid in its development
Future Directions