/react-weather-app

Developing and Styling UI with styled-compoents ✅ API setup with Open Weather ✅ API integration with Axios ✅ State Management using React Hooks ✅ Conditional Rendering of Components

Primary LanguageJavaScript

React Weather App - ReactJS Projects

image

Demo

I learn from this

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}

Libraries used

  • styled-components
  • axios
  • react-scripts

📕 Things Learn in this :

✅ Developing and Styling UI with styled-compoents
✅ API setup with Open Weather
✅ API integration with Axios
✅ State Management using React Hooks
✅ Conditional Rendering of Components