Introduction

In my SheCodes workshops I was able to create a weather application using two different methods, such as React and JavaScript. This application uses a weather API and presents the information in current temperature, feels like temperature, weekday forecast, humidity, and wind. I was able to use React components to create the weather application again with the icons having animation. This was a great way for me to explore a new way of creating the same application using React instead of JavaScript. Type in your city and check out your weather forecast.
Back to Top