-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
Description
A local storage implementation is a really nice thing, both as a demo and for personal use. The steps I would take are:
- refactor all references to axios into a separate function/object-based API
- create a local storage based implementation of that API.
But maybe there is an easier way, reusing the backbone model from the jQuery project.