Skip to content

Files

Latest commit

15f9dfb · Mar 12, 2021

History

History
19 lines (12 loc) · 591 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 591 Bytes

webdev-project

Web app with various hike trails and weather info

This app was created using ReactJS Framework.

All the source files for the app can be found in weather-app directory.

Deployed website: https://weather-hike-app.herokuapp.com/

Building the application

  • Clone this repo in your system.
  • cd into the directory weather-app.
  • Run npm install to install the necessary dependencies.
  • Run npm start to see live app in your browser.

Note:

We used OpenWeatherMap API and MapBoxGL API. Make sure you add your API KEYS in the .env folder.