Current Weather is a simple weather forecasting app built using HTML,CSS and JavaScript, powered by the OpenWeatherMap API.
- Display current weather by city name or user location
- 7-day forecast view
- Dynamic UI with weather icons and responsive design
- Frontend: React / Flutter / HTML‑CSS‑JS
- API: OpenWeatherMap
- Libraries: Axios, Styled‑components, Leaflet maps, etc.
git clone https://github.com/rao-shreya/current-weather.git
cd current-weather
npm install # or pip install -r requirements.txt
export API_KEY=your_api_key_here
npm start # or python app.py