https://github.com/zacharykeatings/101422808_comp3123_labtest2
Simple weather app using ReactJS
https://github.com/zacharykeatings/101422808_comp3123_labtest2
Last synced: 2 months ago
JSON representation
Simple weather app using ReactJS
- Host: GitHub
- URL: https://github.com/zacharykeatings/101422808_comp3123_labtest2
- Owner: ZacharyKeatings
- Created: 2024-11-28T23:48:48.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-01-24T04:42:05.000Z (5 months ago)
- Last Synced: 2025-04-09T15:19:44.275Z (2 months ago)
- Language: JavaScript
- Homepage: https://101422808-comp3123-labtest2.vercel.app
- Size: 4.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zach's Weather App
A simple, user-friendly weather application built with ReactJS. This app allows users to search for a city and view the current weather conditions, including temperature, weather description, and more. The app fetches real-time data from the OpenWeatherMap API.
## FeaturesDisplays current weather data for any city, including:
City name and country
Temperature (in °C)
Feels-like temperature
Weather conditions (e.g., Clouds, Rain)
Humidity and wind speed
A weather icon representing the current condition
Search functionality to look up weather by city.
Responsive design with a visually appealing background and transparent data display.## Technologies Used
ReactJS: Frontend framework.
Axios: For fetching data from the OpenWeatherMap API.
CSS: For styling, including flexbox for layout and hover effects.## Usage
Enter a city name in the search bar at the bottom of the page.
Click the "Search" button.
The app will display the weather data for the entered city at the top of the page.## Screenshots
#### Homepage
#### Search Example
