Weather App

Overview

This simple weather application was a project created for my development class. It uses Open Weather API to display the current weather data. Enter in the city and view the current temperature, what it feels like, the high/low, humidity, and pressure.

It was developed using React, Javascript, and some CSS. I published this project to GitHub Pages.

Try it out and check out some of the code!

Dev

Role

Developer

Year

2021

Tools

VS Code, React, CSS, Open Weather API

Sample Code

Here is the code that calls on the API. Whatever the user enters in the search field will be replace ${location}


Sample Code

Here is what is displayed to the user


Sample Code