Sky Cast is a weather web application that provides users with up-to-date weather information for any location. It offers features like displaying current weather conditions and basic weather forecasts. The app is built using React and leverages Google Maps APIs for location autocomplete and geocoding.
- Current weather information display.
- Basic weather forecast display.
- Location autocomplete for easy searching.
- Google Maps API (Places Autocomplete API, Geocoding API)
- NPM packages: react-places-autocomplete, react-script-hook
- React, HTML, CSS
- Git/GitHub, Heroku
- Used Open Weather API weather data
- Calling http POST request to get weather data from Sky Cast Backend Page