0mar-helal / weather-app-react

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

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


Languages

Language:JavaScript 78.6%Language:HTML 13.6%Language:CSS 7.8%