Skip to content

Find great coffee near great playgrounds. React, Google Maps API, OpenWeather API

Notifications You must be signed in to change notification settings

umbauk/cafe-and-kids

Repository files navigation

Cafe and Kids

About the Project

  • Cafe and Kids is an app to help parents find great playgrounds near great coffee shops. It is a single page, front-end only app using HTML, CSS, JavaScript and React.
  • It uses Google Maps API and the OpenWeather API.
  • The app is live for users at https://cafeandkids.com (hosted on a Google Cloud Kubernetes cluster)

Installation

  1. Clone the repository.
git clone https://github.com/umbauk/cafe-and-kids.git
  1. Install dependencies.
npm install
  1. Set-up local environment variables.

    1. Create a file named .env in the root directory & add the following contents.
    REACT_APP_GOOGLE_API_KEY=<YOUR_GOOGLE_MAPS_API_KEY>
    REACT_APP_OPEN_WEATHER_KEY=<YOUR_OPEN_WEATHER_API_KEY>
    
    1. If you don't have Google Maps or Open Weather API keys, you can get them from here and here respectively.
  2. Run Tests.

npm test
  1. Run the development server.
npm start

About

Find great coffee near great playgrounds. React, Google Maps API, OpenWeather API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published