This Weather App is a simple, user-friendly application that provides real-time weather forecasts. The app fetches data from the WeatherAPI and displays weather conditions for the next five days. It is deployed on Vercel and can be accessed here.
- Display current weather and forecast for the next five days.
- Search functionality to find weather by city.
- Responsive design for desktop and mobile devices.
- React.js
- Vercel for deployment
- WeatherAPI for weather data
- Tailwind CSS for styling
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to have Node.js and npm installed on your computer. Node.js 12.x or later is recommended. You can download it from Node.js official website.
Follow these steps to run this project in your local environment:
- Clone the repository:
git clone https://github.com/yourusername/weather-app.git cd weather-app
- Install the dependencies:
npm install
3.Set up the environment variables:
- Rename .env.example to .env.
- Replace YOUR_API_KEY with your WeatherAPI key in the .env file.
- Run the development server:
npm start
Talha Ali - @GrowwithTalha - growwithtalha2@gmail.com
Project Link: https://github.com/Grow-with-Talha/weather-app