README.md

lokiReminders

Javascript
image/svg+xml
CSS

An iOS Reminders clone, build with my very own SPA library loki-js

Features

A high fidelity clone of the iOS reminders App

image

Perform CRUD operations on lists

image

Perform CRUD operation on todo items

image

Show, hide and clear completed todo items

image

Search filters items in a list

image

Persistent storage in your browser

Lists persist across refreshes

Completely mobile responsive

image

Implementation

  1. UI built and served with loki.js
  2. Persistence in indexed db using dexi.js
  3. Styling with pure css within loki.js components
  4. 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

  • Adding PWA support