Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 820 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 820 Bytes

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