项目作者: parth-p29

项目描述 :
Find good rated, open barber shops during lockdown.
高级语言: JavaScript
项目地址: git://github.com/parth-p29/findmybarber.git
创建时间: 2021-04-14T22:48:38Z
项目社区:https://github.com/parth-p29/findmybarber

开源协议:

下载


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:

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

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

Authors