Feedback needed for Weather App Project!

Hello Campers,

Just finished my weather app, which took a while because i want to learn and code using react. I dont know if this is the right way of coding in react. Please provide some feedbacks so that i can improve…

Your code looks good. Although you shouldn’t get too used to writing react apps in codepen. In later projects, you will want to separate out each component in its own file. So just make sure you understand how to do that. Also, when the temp is in C it’s font is to big. Overall its very well done :slight_smile:

thanks for the feedback. i will look into it.