Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.08 KB

React-Weather-App

Check out the demo video.


About

  • A browser based weather app which enables the user to check the weather of towns and cities around the world.
  • Made using React, TypeScript and OpenWeatherMap.
  • The app is catered for both mobile and desktop view.

Launch the App

  • Check out the project here.
  • If there are API key related issues with the live site, follow the steps below.
  1. Install Node.js
  2. Download the project and extract the folder.
  3. Navigate to the project folder in Command Prompt.
  4. Execute the command "npm install".
  5. Create a free account with OpenWeatherMap. Then, copy your API code and replace the apiCode value in the LocationInputProps file (src/Components/LocationInput.tsx).
  6. Then execute the command "npm start", which will launch the program.
  7. Open http://localhost:3000 to view it in your browser.