❗ Solution for a challenge from Devchallenges.io
🔎 About: See 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 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
✔️ If user rejects current location request permission, location will be fetched through the ip address.
✔️ Search autocomplete.
- ReactJS
- Typescript
- Styled components
- React icons
- React toastify
- Axios
- Lodash
# Clone this repository
$ git clone https://github.com/LeonardoYz/Weather-App.git
# Go into the repository
$ cd Weather-App
# Install dependencies
$ yarn install
# Run the application
$ yarn start