Skip to content

Latest commit

 

History

History
78 lines (56 loc) · 2.4 KB

README.md

File metadata and controls

78 lines (56 loc) · 2.4 KB

ThunderZap - Weather App

A simple weather application built with React.js, Vite, and Tailwind CSS. It allows users to search for current weather information by city.

Live Demo - Weather App

Table of Contents

Screenshots

Homepage

Installation

To set up this project locally, follow these steps:

  1. Clone the repository:
     git clone https://github.com/anandyelloju/thunder-zap.git
  2. Navigate to the project directory:
     cd thunder-zap
  3. Install the dependencies:
     npm install
  4. Start the development server:
     npm run dev

Usage

After installation, you can run the project locally using the development server. The app includes several sections:

  • Search Bar: Enter a city name to get the current weather information.
  • Weather Display: Shows the temperature, weather description, and city name.

Features

  • Search for Current Weather: Get current weather information for any city.
  • Responsive Design: Optimized for both desktop and mobile devices.
  • Real-Time Data: Fetches live weather data from OpenWeatherMap API.

Technologies Used

  • React.js: JavaScript library for building user interfaces.
  • Vite: Frontend tooling for fast development.
  • Tailwind CSS: Utility-first CSS framework for styling.
  • OpenWeatherMap API: API for fetching weather data.

My Skills

Contributing

Contributions are always welcome! - If you have suggestions or improvements.

Credits

  • React.js: For providing a robust framework for building UI.
  • Vite: For fast and efficient development tooling.
  • Tailwind CSS: For a flexible and customizable styling framework.
  • OpenWeatherMap API: For providing weather data.
  • Anand Yelloju - Project Creator

License

This project is licensed under the MIT License - see the LICENSE file for details.