Climio is a sleek and responsive weather web application that delivers real-time weather updates in a clean, modern UI. ☀️
Feature | Description |
---|---|
🌍 City Search | Search weather data by entering city names |
📍 Real Time Metrics | Shows live temperature, humidity, wind speed |
🌤️ Weather Icons | Displays icons based on weather conditions |
📱 Responsive Design | Works seamlessly on mobile, tablet, and desktop |
⚡ Lightweight & Fast | Minimal and optimized for speed |
🧩 Technology | 📋 Description |
---|---|
⚛️ ReactJS | JavaScript library for building interactive UIs |
🎨 CSS3 | Styles the layout and design of the application |
🌦️ Weather API | Provides real-time weather data |
1️⃣ Clone the repository
git clone https://github.com/KrishBharadwaj5678/Climio.git
2️⃣ Navigate to the project folder
cd Climio
3️⃣ Install all dependencies
npm install
4️⃣ Start the development server
npm run dev
We welcome contributions of all kinds!
-
🍴 Fork the repository
-
👯 Clone your forked repository
git clone https://github.com/KrishBharadwaj5678/Climio.git
-
🌱 Create a new branch
git checkout -b feature/your-feature-name
-
✍️ Make your changes
-
✅ Commit your changes
git add . git commit -m "✨ Added new feature: [describe feature here]"
-
🚀 Push to your branch
git push origin feature/your-feature-name
-
📬 Open a Pull Request - Go to your forked repo on GitHub and click Compare & pull request.