WeatherInfo is a app .
Check out the live project: WeatherInfo Live
- React.js: For building the interactive user interface.
- Material-UI: To create a modern and responsive design.
- OpenWeatherMap API: To fetch and display weather data.
- Vite: For a fast and efficient development build tool.
- Other awesome libraries and tools!
- City Search: Search for weather information by entering the name of a city.
- Weather Details: Display current temperature, minimum and maximum temperatures, humidity, and weather descriptions.
- Responsive Design: Enjoy a sleek and adaptive interface across different devices.
To run Weather App locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/vikasp07/WeatherInfo.git cd react-weather
-
Install Dependencies:
Using npm:
npm install
-
Start the Development Server:
Using npm:
npm run dev
Open http://localhost:5173 in your browser to view the application locally.
Feel free to contribute to this project by opening issues or creating pull requests. Your feedback and contributions are highly appreciated!