/React-Lat-Long

React application that displays users information on google map using data consumed from https://jsonplaceholder.typicode.com/users

Primary LanguageJavaScriptMIT LicenseMIT

Build Status Coverage Status

React-Lat-Long

This is a React Application that displays random information of users on Google Map.

Features


Technology

This application was developed purely using Javascript and React/Redux.

Dependencies


Getting Started

  • Clone the project from repository https://github.com/omokaro-faith/React-Lat-Long
  • In your terminal, change directory to the cloned folder and run yarn install. This installs all the app's dependencies.
  • Create a .env file using the sample specified in .env.sample.
  • Get required credentials as seen on .env.sample from Google console and Firebase.
  • To start the app run yarn server.
  • Run yarn test to run test.
  • To view coverage gotten from coveralls run yarn coveralls.