/weather-app-react

Weather app build with React and react-bootstrap. Deployed with onrender.

Primary LanguageJavaScript

Weather App React

📌 Live Demo

https://weather-app-react-x4t1.onrender.com

APIs Used

Open Weather APIs

https://openweathermap.org/current

API Info

  • Method: GET
  • URL: https://api.openweathermap.org/data/2.5/weather?q={CITY_NAME}&appid={API_KEY}

🚀 What technologies were used?

  • react.js (create-react-app)
  • react-dom-router
  • axios
  • react-bootstap
  • state management using Context API

How can you clone and tweak this project?

From your command line, first clone this repo:

# Clone this repository
$ https://github.com/0mar-helal/weather-app-react.git

# Go into the repository
$ cd weather-app-react

# Remove current origin repository
$ git remote remove origin

Then you can install the dependencies using NPM:

# Install dependencies
$ npm install

# Start development server
$ npm start

👨‍💻 Happy coding!