Skip to content

Edward61211/Monica-Weather-App-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monica Weather App

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

A simple and intuitive weather application built with React that allows users to check current weather conditions for cities around the world.

Features

  • Search for weather by city name
  • Display current temperature, weather condition, and location
  • Show additional weather information like humidity, wind speed, and pressure
  • Dynamic weather icons based on current conditions
  • Responsive design for various screen sizes
  • Error handling for invalid city inputs

Technologies Used

  • React
  • Axios for API requests
  • SweetAlert2 for user notifications
  • OpenWeatherMap API for weather data