https://openweathermap.org/current
- Method:
GET
- URL:
https://api.openweathermap.org/data/2.5/weather?q={CITY_NAME}&appid={API_KEY}
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