/findmybarber

Find good rated, open barber shops during lockdown.

Primary LanguageJavaScript

Find My Barber

Find My barber (1)

Inspiration

During the pandemic, it became increasingly difficult to find good barber shops that did not get closed down due to the lockdown. In spite of this issue, I developed Find My Barber to help solve this problem by finding good-rated and open barbers around the location a user is in.

Also, once the pandemic is over and when travelling to new cities this app can help users find barbers with ease!

NOTE: If a user does not wish to allow the app to use their location, they can just enter any city/address/region they want and find barbers around there.

Tools

Usage

  • Git clone this repo onto your computer

  • CD into the 'findmybarber' directory

  • run the following to install all dependencies:

      npm install
    
  • Get an API key from the Google Cloud Platform and place it into here:

      const apiKey = 'YOUR API KEY' (src/components/map/map.js)
    

Authors