Skip to content

kdotmanoj/weather-now

Repository files navigation

Weather Now 🌤️

Weather Now is a simple, interactive weather forecast application built with React. It allows users to search for cities and view real-time weather data, including temperature, conditions, and other relevant weather details.

Features

  • City Search: Search for cities by name and get accurate weather information.
  • Real-Time Weather Data: Displays current temperature, humidity, wind speed, and weather conditions.
  • Loading Indicator: Provides visual feedback while weather data is being fetched.
  • Responsive Design: Designed to look great on both mobile and desktop devices.

Demo

Check out the live demo: Weather Now Demo

Getting Started

Prerequisites

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

Installation

Clone the repository:

git clone https://github.com/your-username/weather-now.git
cd weather-now

Install dependencies:

npm install

Running the Application

To start the development server:

npm start

The app will be running at http://localhost:3000.

Building for Production

To build the app for production:

npm run build

Usage

  • Search for a City: Enter a city name in the search bar and press "Search" to get the latest weather information.
  • View Weather Details: The app displays the current temperature, humidity, wind speed, and other conditions for the selected city.

Technologies Used

  • React: Frontend framework
  • Tailwind CSS: Styling

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the project.

  2. Create a new branch:

    git checkout -b feature/your-feature
  3. Commit your changes:

    git commit -m 'Add new feature'
  4. Push to the branch:

    git push origin feature/your-feature
  5. Open a pull request.

License

This project is licensed under the MIT License

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors