Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1002 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 1002 Bytes

Mkahawa Hakiki

Mkahawa hakiki which roughly translates to Restaurant Review is a restaurant review site that offers reviews of restaurants around you. Live Demo

Video Demo

Video Demo

Installation

  1. Clone this repository.

    git clone https://github.com/miami78/mkahawa-hakiki.git``

  2. Navigate to the folder.

    mkahawa-hakiki

  3. Install npm modules.

    yarn or npm install

  4. Navigate to src/utils/getMap.js

  5. Insert your google maps API KEY.

    https://maps.google.com/maps/api/js?key=HERE&libraries=places;

    For more information on how to get an api key,head over to THIS link.

  6. Start the server

    yarn start or npm run start

Technologies used

  1. React
  2. Sass
  3. Google-maps-api