Simple Weather App to get weather of searched city.
Link to project: https://checkthedamnweather.netlify.app/
Tech used: React / Tailwind
Tech used was React and Tailwind. Makes simple API request to openweatherapp.org for searched city weather information.
- Changing background dependent on weather.
- Add more Info on location. Maybe use another API call to get more city information.
- Add more animations.
- Create tailwind styled components to make more readable code.
Simple app to showcase ability to make use of json data from a fetch request. Also practice for using React with simple inline Tailwind.