Skip to content

🌍 English Accents Map - A progressive web app (PWA) buit on React, Redux and Firebase

License

Notifications You must be signed in to change notification settings

ismaelgt/english-accents-map

Repository files navigation

Build Status

A progressive web app (PWA) built on React, Redux and Firebase.

Watch English accent videos and get an insight into the different ways the language is used by native speakers around the world.

Screenshot 1

Screenshot 2

Prerequisites

In order to run this app locally you will need a Firebase app and a Google Maps API key.

Installation

  1. Clone this repo
  2. Run npm install
  3. Rename /src/config.example.js to /src/config.js and add your Google Maps API key and Firebase config
  4. Import /data.example.js or this JSON file into your Firebase database
  5. Run npm run start and visit localhost:3000

Build

  1. Run npm run build
  2. The compiled version will live in /dist/

Deployment

Follow the instructions here to deploy the app to Firebase.

Once the Firebase CLI is installed and your app set up locally you can run npm run deploy to build and deploy.

License

This project is licensed under the terms of the MIT license.

See also