- Application that generates the three day weather forecast using the WeatherAPI.
- Aesthetically clean and minimal user interface architected with Ant Design components.
- User can search by city and state or zip code to retrieve forecast for their location.
- Search recommendations populate depending on the query captured from the user.
- Loading states leveraged while request is waiting to be resolved.
- Cards used to render the three day forecast, active defaulting to current day.
- Additional feature allows user to toggle between displaying details in Celsius or Fahrenheit.
- React (Context & Hooks)
- Sass
- Ant Design
- Axios
- Weather API