Responsive Weather App which utilizes api from openweathermap.org.
- Current weather display upon input of desired city.
- "Enter" key & button click activates data fetch
- Error message kindly display "City not found. Please check spelling." along with mild shake animation
- Current date display
- Error display message focusing on error 401 (invalid API Key/sometimes occurs with deployment or upon cloning this repo), error 404 (invalid city), & not changing the EXAMPLE-API (src -> App.js -> Line 7) to YOUR unique API Key to allow the app to be usable (if you happen to clone this repo).
- Reactive background that adjusts to more vibrant gradient for warm weather (above 32 degrees)
- Deployed using Vercel.
- Open Another-Weather-App here.
- Click the search box and enter the city name of the weather you'd like to check.
- Press the "Enter"/"Return" key or click the "Search Weather" button below.