Finally finished my Weather App. Feedback is appreciated!

Hi, guys!

Going forward through this interesting journey step by step, project by project. And happily, now one less project separates me from the ‘Front End Certificate’.

I’ve spent about 8 hours on this one and here is result: https://codepen.io/vtlk/full/zdaLxN/

What do you think about it?

Oh, that’s because I edited it in the editor on my laptop and then published a final result to CodePen, but somehow forgot to remove includings of script.js and styles.css files. That’s what about 404 errors.

And what about Mixed Content, I changed http to https in the image url and now this error doesn’t exist too.

Thank you for paying attention to these errors. I completely forgot to check them.

Talking about the issue when viewing Fahrenheit, I could play with font-size and some padding’s, but decided to just remove the space between the number and the degree symbol.

And I have a guideline question related to Fahrenheit. I know that Celsius degrees are always meant to be displayed as integers. But I don’t know about Fahrenheit, is it right to display them as floats?

Wow, that sounds really funny, because in Ukraine situation is quite opposite :slight_smile:

I don’t think there’s any hard convention in that. I think Celsius might be more commonly taken out to decimals because it has a smaller scale.

But in general for weather, I don’t recall seeing decimal points - most people don’t need that much precision. Is it 46.4 degrees out or 46.2? I need to know what to wear!

In the US, the main place we see Celsius (and the metric system in general is for science and technical things. In those fields we tend to need more precision so we use more significant digits. I think that’s why Americans sometimes associate Celsius with decimals.