Project weather
weather app for Learning Javascript , Tailwind
Demo
Screenshots
Desktop
Mobile
DarkMode | LightMode |
---|---|
Features
- Current weather: Display temperature, humidity, wind speed, and precipitation.
- Multi-day forecast: Show predicted weather conditions for multiple days.
- Search functionality: Allow users to find weather information for specific locations.
- Weather icons: Display icons representing current weather conditions.
- Sunrise and sunset times: Show the times for the current location.
- Hourly updates: Track and display weather updates on an hourly basis.
- Temperature graph: Visualize temperature trends over time.
- UV index: Display the level of UV radiation.
- Humidity gauge: Graphical representation of humidity level.
- Wind direction: Show wind direction using an arrow or compass icon.
- Wind speed gauge: Visual indicator of wind speed.
- City image: Display an image of the city or location.
- Day/night theme: Adjust color scheme or background image based on time of day.
Technologies used
- Style
- TailwinCss
- Prettier Plugin TailwindCss
Run Locally
- Clone the project
https://github.com/aliseyedi01/weather-app.git
- Go to the project directory
cd weather-app
- Install dependencies
npm install
- Start the server
npm run dev