Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaylakremer/sproutr
An OFFLINE gardener's app to take with you outside. Easily look up information on when, where, and how to plant.
https://github.com/kaylakremer/sproutr
gulp javascript offline offline-first service-worker
Last synced: about 1 month ago
JSON representation
An OFFLINE gardener's app to take with you outside. Easily look up information on when, where, and how to plant.
- Host: GitHub
- URL: https://github.com/kaylakremer/sproutr
- Owner: kaylakremer
- License: other
- Created: 2018-06-07T18:19:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T01:29:31.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T13:47:20.607Z (3 months ago)
- Topics: gulp, javascript, offline, offline-first, service-worker
- Language: JavaScript
- Homepage:
- Size: 612 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sproutr :seedling:
### An _OFFLINE_ gardener's app to take with you outside. Easily look up information on when, where, and how to plant.
This is a WIP mock-up app idea I had while learning about service workers. I thought an offline gardening/farming app would be useful to have for those who might not have great connection while outside.
I will periodically try to update this as I learn more about mobile web development.
I used the demo repo from the CSS-Tricks article below as a basis for my offline app.
Credits: [Making a Simple Site Work Offline with ServiceWorker](https://css-tricks.com/serviceworker-for-offline).