https://project-weather-app-b2.netlify.app/
Requirements for G:
-
Your project should use TypeScript
-
You should fetch data from the API using fetch()
-
The app should have: city name, current temperature, weather description, 4-day forecast
-
The presentation of the data should be in the specified format. However, you can choose how to display the forecast - perhaps you want to show the min and max temperature for each day, or perhaps you want to show the temperature from the middle of the day, or the humidity, what it feels like and so on. Just make sure to make it all fit nicely with your chosen design.
-
Make your app responsive (it should look good on devices from 320px width up to at least 1600px)
-
Follow one of the designs as closely as you can
-
Follow the guidelines on how to write clean code
- Forecast data display
- Add button
- Searchbar style and ts script (add more cities)
- add branches and merge files in git
- Finish style (css) to all elements
- structure code in sections and clean code/DRY
- add symbols to symbol_code
- Prepare for demos.