Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 947 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 947 Bytes

Corona-Safe-Route

A Reactjs project which helps user decide the safest path from the multiple possible paths between source to destination taking into consideration the Covid cases and stats.

APIs Used:-

Project Setup

  • Step 1 - Clone this repository.

  • Step 2 - Run command npm install in the project directory.

  • Step 3 - Generate your Google Maps API key from here.

  • Step 4 - Now create a file with name .env at the same level as package.json file.

  • Step 5 - Add the following line to the file .env.

     REACT_APP_GOOGLE_MAPS_API_KEY=<YOUR GOOGLE MAPS API KEY HERE>
    
  • Step 6 - Now run npm run start and and the application will be started automatically.