A sleek and responsive weather dashboard that provides real-time updates on temperature and wind speed for cities worldwide.
- Real-Time Data: Fetches the latest weather information using the Open-Meteo API.
- Tabbed Navigation: Smoothly switch between Temperature and Wind Speed views.
- Responsive UI: Optimized for all screen sizes, from mobile to desktop.
- Persistent Input: Remembers your last searched city for quick access.
- HTML5 / CSS3: For structure and modern, clean styling.
- JavaScript (ES6+): Handles API calls and UI state management.
- Open-Meteo API: A free, open-source weather engine (no API key required).
To run this project locally, follow these steps:
- Clone the Repository:
git clone https://github.com
- Open the App:
- Simply open
index.htmlin any web browser to see it in action!
- Simply open
βββ index.html # The main entry point
βββ CSS/
β βββ index.css # Custom styles and layout
βββ js/
β βββ index.js # API integration and tab logic
βββ README.md # Project documentation