A simple weather application built with React.js, Axios, and styled-components. This project demonstrates my skills in frontend development, UI design, and working with 3rd party APIs.
- Fetch weather data from the OpenWeatherMap API
- Responsive and intuitive UI design
- Styled-components for styling
- Clone the repository
- Install dependencies:
npm install
- Add your OpenWeatherMap API key in
src/App.js
- Run the application:
npm start
Check out the live demo here.