tel-ran-de / FE12-Basic

2 stars 12 forks source link

HW 2020-12-18 Weather project #153

Open isalexlog opened 3 years ago

isalexlog commented 3 years ago
  1. Add bootstrap.css to your project to simplify further styling. While working on the project please use Bootstrap styles and do the responsive design.

  2. Add form containing input for city name and submit button with text ('Check weather'). When you click on this button, program should request the weather in the city (from the input) and show this weather below the form in the table form with following fields - at least:

    • temperature
    • humidity
    • wind
    • clouds
    • pressure
    • current time in the city (please do this with the lowest priority).
  3. If city does not exist or in case of some other error, display the error on the screen. You should clear the error message right after user starts eding city.

  4. Learn how to use