Project 5: React Weatehr App

Project Synopsis

This is a personal project that I made in Summer 2025. It is a basic weather app made using React framework.

In the app, the user can search their desired city in the search bar, and get information like wind speed, temperature, humidity, etc.

Tech Stack

  • JavaScript
  • HTML
  • CSS
  • ReactJS
  • Node.js

Key Challenges

A key challenge that I came across in this project is finding a way to fetch information from an api containing weather data.

The way I figured out how to solve this problem is using the Axios library. With Axios, I was able to have my React app handle HTTP requests.