Skip to content

Klimate is a lightweight React web app that displays real-time weather information using the OpenWeatherMap API. Users can search for any city to get current temperature, humidity, and weather conditions. The app features a clean, responsive design suitable for all devices.

Notifications You must be signed in to change notification settings

ks-iitjmu/Klimate

Repository files navigation

Klimate

Klimate is a simple web application that provides weather information for different locations. It uses the OpenWeatherMap API to fetch current weather data.

Features

  • Search for weather by city name
  • Display current temperature, humidity, and weather conditions
  • Responsive design for mobile and desktop

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/Klimate.git
  2. Navigate to the project directory:
    cd Klimate
  3. Install dependencies:
    npm install

Usage

  1. Obtain an API key from OpenWeatherMap.
  2. Create a .env file in the root directory and add your API key:
    REACT_APP_WEATHER_API_KEY=your_api_key_here
    
  3. Start the development server:
    npm run dev

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

Acknowledgements

Deployment

To deploy this project using Vercel:

  1. Install the Vercel CLI:
    npm install -g vercel
  2. Run the following command to deploy:
    vercel
  3. Follow the prompts to link your project to a Vercel account and deploy.

For more details, refer to the Vercel documentation.

About

Klimate is a lightweight React web app that displays real-time weather information using the OpenWeatherMap API. Users can search for any city to get current temperature, humidity, and weather conditions. The app features a clean, responsive design suitable for all devices.

Topics

Resources

Stars

Watchers

Forks