nagarjuna06 / Weather-Application

This is a weather application built using React. It allows the user to search for a city and get the current weather details of that city. The application also provides suggestions for city names as the user types in the search bar.

Home Page:https://nagarjuna06.github.io/Weather-Application/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather Application

This is a weather application built using React. It allows the user to search for a city and get the current weather details of that city. The application also provides suggestions for city names as the user types in the search bar.

LIVE LINK: https://nagarjuna06.github.io/Weather-Application/

Features

  • Search for city by name
  • City name suggestions
  • Animated weather icons
  • Temperature details in Celsius and Fahrenheit
  • Wind details in km/hr and mph
  • Humidity details in percentage
  • Save location name in browser local storage

How to use

  1. Clone the repository or download the zip file
  2. Open terminal and navigate to the project directory
  3. Install the required dependencies using the command npm install
  4. Start the development server using the command npm start
  5. Open the browser and go to http://localhost:3000/ to view the application

Dependencies

  • react
  • react-dom
  • axios
  • react-bootstrap
  • react-icons
  • react-scripts

APIs used

About

This is a weather application built using React. It allows the user to search for a city and get the current weather details of that city. The application also provides suggestions for city names as the user types in the search bar.

https://nagarjuna06.github.io/Weather-Application/


Languages

Language:JavaScript 85.2%Language:CSS 12.8%Language:HTML 2.0%