https://github.com/krishbharadwaj5678/climio
https://github.com/krishbharadwaj5678/climio
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/krishbharadwaj5678/climio
- Owner: KrishBharadwaj5678
- Created: 2025-06-12T14:09:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-06-12T14:32:24.000Z (5 months ago)
- Last Synced: 2025-06-12T15:26:09.041Z (5 months ago)
- Language: JavaScript
- Homepage: https://climio.vercel.app/
- Size: 119 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌤️ Climio
**Climio** is a sleek and responsive weather web application that delivers real-time weather updates in a clean, modern UI. ☀️
---
## 🚀 Features
| 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 |
---
## 🛠️ Tech Stack
| 🧩 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 |
---
## 📦 Installation
1️⃣ **Clone the repository**
```bash
git clone https://github.com/KrishBharadwaj5678/Climio.git
````
2️⃣ **Navigate to the project folder**
```bash
cd Climio
```
3️⃣ **Install all dependencies**
```bash
npm install
```
4️⃣ **Start the development server**
```bash
npm run dev
```
---
## 🤝 Contributing to Climio
We welcome contributions of all kinds!
1. 🍴 **Fork the repository**
2. 👯 **Clone your forked repository**
```bash
git clone https://github.com/KrishBharadwaj5678/Climio.git
````
3. 🌱 **Create a new branch**
```bash
git checkout -b feature/your-feature-name
```
4. ✍️ **Make your changes**
5. ✅ **Commit your changes**
```bash
git add .
git commit -m "✨ Added new feature: [describe feature here]"
```
6. 🚀 **Push to your branch**
```bash
git push origin feature/your-feature-name
```
7. 📬 **Open a Pull Request**
- Go to your forked repo on GitHub and click **Compare & pull request**.