This is a simple weather application built using React.js and Tailwind CSS. It fetches real-time weather data from the OpenWeatherMap API and displays key information like temperature, humidity, and weather conditions. The app is deployed on Netlify for easy accessibility.
- Search for current weather by city name
- Display temperature, humidity, wind speed, and weather conditions
- Responsive design with Tailwind CSS
- Hosted on Netlify for quick access
- Frontend: React.js, Tailwind CSS
- API: OpenWeatherMap API
- Hosting: Netlify
- Clone the repository:
git clone https://github.com/Linchpin22/ReactWeather cd weather-app - Install dependencies:
npm install
- Start the development server:
npm run dev
- Push your project to GitHub.
- Go to Netlify, create an account, and connect your repository.
- Configure build settings:
- Build command:
npm run build - Publish directory:
dist
- Build command:
- Deploy the site!
You can check out the live app here: Your Netlify URL
- OpenWeatherMap for providing the API
- React & Tailwind CSS for frontend design