Skip to content

Latest commit

 

History

History
85 lines (57 loc) · 1.93 KB

File metadata and controls

85 lines (57 loc) · 1.93 KB

Weather App

A real-time weather application built with React and Vite that provides current weather updates and forecasts for any location.

🌐 Live Demo

Check out the live application here: https://weather-app-two-eosin-49.vercel.app/

✨ Features

  • Real-time Weather Updates: Get current temperature, humidity, wind speed, and weather conditions
  • Location Search: Search for weather information by city name
  • Weather Forecasts: View extended weather forecasts
  • Severe Weather Alerts: Receive notifications for severe weather conditions
  • User-Friendly Interface: Clean and intuitive UI for easy navigation
  • Responsive Design: Works seamlessly on desktop and mobile devices

🛠️ Tech Stack

  • Frontend: React
  • Build Tool: Vite
  • Styling: CSS
  • API: Weather API integration
  • Deployment: Vercel

🚀 Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/Adarshkumar0509/Weather-app.git
  1. Navigate to the project directory:
cd Weather-app
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

The application will open at http://localhost:5173

📦 Build for Production

npm run build

📝 Project Structure

  • src/ - Source code directory
  • src/components/ - React components
  • src/assets/ - Images and static assets
  • index.html - HTML entry point
  • vite.config.js - Vite configuration

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

📄 License

This project is open source and available under the MIT License.

👨‍💻 Author

📧 Contact

For any inquiries or feedback, please reach out through GitHub Issues.