This is a React Application that displays random information of users on Google Map.
- A user can Log in using Google OAuth.
- A user can view random details of users on Google Map (Data used is from gotten https://jsonplaceholder.typicode.com/users).
This application was developed purely using Javascript and React/Redux.
- 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
.