Klimate is a simple web application that provides weather information for different locations. It uses the OpenWeatherMap API to fetch current weather data.
- Search for weather by city name
- Display current temperature, humidity, and weather conditions
- Responsive design for mobile and desktop
- Clone the repository:
git clone https://github.com/yourusername/Klimate.git
- Navigate to the project directory:
cd Klimate
- Install dependencies:
npm install
- Obtain an API key from OpenWeatherMap.
- Create a
.env
file in the root directory and add your API key:REACT_APP_WEATHER_API_KEY=your_api_key_here
- Start the development server:
npm run dev
Contributions are welcome! Please open an issue or submit a pull request.
- OpenWeatherMap for providing the weather data API.
- React for the front-end framework.
To deploy this project using Vercel:
- Install the Vercel CLI:
npm install -g vercel
- Run the following command to deploy:
vercel
- Follow the prompts to link your project to a Vercel account and deploy.
For more details, refer to the Vercel documentation.