🔥 Solution for a challengue from Devchallenges.io
📘 About: See the weather in your city/state or anywhere in the world.
Users should be able to see or perform:
- City weather by default, preferably current location
- Search by any city
- Weather of today and the next 5 days
- The date and location of the weather
- According to image for each type of weather
- The min and max degree each day
- Wind status and wind direction
- Humidity percentage
- Visibility indicator
- Request current location weather
- Convert temperature in Celsius to Fahrenheit
🏴 Demo URL: Weather_app
🛡️ Challengue: Challengue
- ReactJS
- ViteJs
- Typescript
- React icons
- Redux Toolkit
- Tailwindcss
- ☀️ MetaWeather
# Clone this repository
$ git clone https://github.com/kevin-sg/weather-app-vite.git
# Go into the repository
$ cd weather-app-vite
# Install dependencies
$ yarn install
# Run the application
$ yarn dev