The application to display weather at requested city.
The application consists of two parts:
- Weather widgets with the information about current temperature and weather conditions.
- The search bar, where the user can change the city to display the weather.
Next.js 14, TypeScript, Redux-Toolkit, Axios, Tailwind CSS, Google Maps Places API.
FSD architecture.
- Current Weather Conditions: Provides access to current weather conditions, including temperature, precipitation, wind speed, UV index, and more.
- Forecast: Access a 7-day weather forecast and a 5-hour forecast at your fingertips.
- Intelligent Autocomplete: Enjoy a seamless location search experience with intelligent place autocomplete suggestions powered by the Google Maps Places API, and the Google Geolocation API to obtain coordinates, ensuring accurate and up-to-date information.