Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 472 Bytes

File metadata and controls

31 lines (17 loc) · 472 Bytes

React Weather App

This app uses a pre-built weather API to fetch weather information for a particular location, city or country.

Requirements

  1. NodeJS
  2. React
  3. VS Code (recommended)

Use this App

To run this app you would need to clone this to your local machine

git clone https://github.com/cruxbreaker/react-weather-app.git

Open the terminal and Run the app using

npm strat

Open your browser and go to:

localhost:3000