paulhoughton / remember

Progressive web app using geolocation and device orientation in React with Redux
https://paulhoughton.github.io/remember/
MIT License
176 stars 27 forks source link

A guide to create this app from scratch(request rather than issue) #1

Closed jasan-s closed 8 years ago

jasan-s commented 8 years ago

First of all @paulhoughton beautiful app. I have been using it quite a bit recently. I am quite excited about the potential of PWA and wanted to create a React+Redux PWA app myself. If possible would you consider writing a high level guide to recreating the remember app from scratch.

paulhoughton commented 8 years ago

Thanks but I'm not sure how much I can add to the existing guides? I can certainly put together a starter kit based on this application which should help get you going?

paulhoughton commented 8 years ago

I've extracted the core functionality here - React PWA

Hopefully it should provide a simple way to get started with similar applications.