A simple weather application built using React.js that fetches weather information from the OpenWeatherMap API.
- React.js
- Material-UI for icons, cards, and components
- OpenWeatherMap API
- Displays current weather information based on user input (city name).
- Uses Material-UI components for a modern user interface.
- Fetches weather data from OpenWeatherMap API.
- Provides temperature, humidity, and weather condition details.
(make sure you install styled components and other font requirements from material UI)
-
Clone the repository
git clone https://github.com/your/repository.git cd repository-folder
-
Install Dependencies
npm install
3.Start the react-app
npm run dev