DesignWeatherApp is a weather application built with React and Tailwind CSS, focused on delivering a modern, responsive, and clean user interface.
π View Live Demo
- βοΈ React.js
- π¨ Tailwind CSS
- π (Optional) OpenWeatherMap API or similar for fetching weather data
- Search weather by city name
- Display current weather data (temperature, condition, humidity, wind, etc.)
- Responsive design (mobile & desktop friendly)
- Clean and user-friendly interface
Follow the steps below to run the app locally:
# 1. Clone the repository
git clone https://github.com/hairyhippo123/DesignWeatherApp.git
cd DesignWeatherApp
# 2. Install dependencies
npm install
# 3. Start the development server
npm start
