AngusMacrae / whats-the-weather

An attractive weather checker that uses the Fetch API to grab current weather from openweathermap, made using HTML/CSS/JS. The layout uses CSS Grid.
0 stars 0 forks source link

Refactor for readability #4

Closed AngusMacrae closed 4 years ago

AngusMacrae commented 4 years ago

HTML should be more semantic (including tags, class names and IDs), CSS can also be improved, and JS should also be made more readable (change variable and function names, split/combine functions as appropriate, adjust code order)