Weather App Using React

Hello. I’ve been working on this weather app using Reactjs and I really would like to hear your thoughts on it.

https://forecast-a.herokuapp.com/

Thanks :slight_smile:

1 Like

Looks good, but this kind of app requires ability to select from suggestions after you type in\while you type, because lot of cities can have similar or exact name and you need to be able to select one you looking for in that case.

Thanks so much for the feedback, you are totally right. I never thought about that.