sanchitnevgi / remember

The progressive offline Todo app

Home Page:https://remember-53b67.firebaseapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

Remember is a progressive modern offline todo (go figure) web-app I built to learn about progressive webapps or PWA. It uses app shell architecture and IndexedDB to make the app available offline.

You can find out more from the blog post here.

The live demo is hosted on firebase. Add the app to your homescreen by selecting 'Add to Homescreen' in your browser's options.

What's in it?

This project was bootstrapped with Create React App.

Tools I've used to bring this to life.

The big ones

  • React
  • Redux
  • Webpack (ES6)
  • Firebase

Supporting libraries

  • react-motion - Animation library using spring dynamics
  • redux-saga - Side-effects library
  • react-redux - React/Redux bindings
  • react-hammerjs - Wrapper around HammerJS
  • localforage - Wrapper library around IndexedDB
  • classnames - Utility to manage css classes
  • color-string - Utility to manipulate color-strings
  • shortid - Utility to generate unique ids
  • sw-precache - Generate service-worker boilerplate

Available Scripts

First install all the dependencies by running yarn

In the project directory, you can run:

yarn start

yarn run build

yarn run build-offline

About

The progressive offline Todo app

https://remember-53b67.firebaseapp.com


Languages

Language:JavaScript 75.0%Language:CSS 15.0%Language:HTML 10.0%