imbhargav5 / dictionary-offline

A simple project that uses Service Workers and PouchDB for an offline experience.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dictionary-offline Build Status

An offline dictionary app heavily inspired from Jake Archibald's offline wiki app and Pokedex.org.

  • PouchDB for caching
  • ServiceWorker for offline behavior
  • Express
  • Mashape MontanaFlynn Dictionary API to fetch word defintions
  • Redux + React for views

###Development

  1. Clone the repo
  2. npm install
  3. Sign Up with Mashape and get an API Key for MontanaFlynn Dictionary API
  4. npm run serve

Production

  1. npm run production

About

A simple project that uses Service Workers and PouchDB for an offline experience.

License:MIT License


Languages

Language:JavaScript 77.0%Language:HTML 18.9%Language:CSS 4.1%