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.
- 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.
Check out the live demo: Weather Now Demo
- Node.js (v14 or higher)
- npm (v6 or higher)
Clone the repository:
git clone https://github.com/your-username/weather-now.git
cd weather-nowInstall dependencies:
npm installTo start the development server:
npm startThe app will be running at http://localhost:3000.
To build the app for production:
npm run build- 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.
- React: Frontend framework
- Tailwind CSS: Styling
Contributions are welcome! Please follow these steps to contribute:
-
Fork the project.
-
Create a new branch:
git checkout -b feature/your-feature
-
Commit your changes:
git commit -m 'Add new feature' -
Push to the branch:
git push origin feature/your-feature
-
Open a pull request.
This project is licensed under the MIT License