https://github.com/shubhammauryainfo/weather_app
Weather App Using OpenWeathermap API: Real-time forecasts, intuitive design, and location-based accuracy for optimal user experience. I have completed this in React.js
https://github.com/shubhammauryainfo/weather_app
css html html-css-javascript javascript js weather weather-app
Last synced: 3 months ago
JSON representation
Weather App Using OpenWeathermap API: Real-time forecasts, intuitive design, and location-based accuracy for optimal user experience. I have completed this in React.js
- Host: GitHub
- URL: https://github.com/shubhammauryainfo/weather_app
- Owner: shubhammauryainfo
- Created: 2024-01-12T16:50:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T14:31:20.000Z (7 months ago)
- Last Synced: 2025-01-17T06:09:48.595Z (5 months ago)
- Topics: css, html, html-css-javascript, javascript, js, weather, weather-app
- Language: JavaScript
- Homepage: https://munda-weather-app.vercel.app
- Size: 3.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Weather App
This is a web app developed as using React.js. It allows users to search for the weather conditions of any city in the world and provides current weather information. The app fetches weather data using the Open Weather API.# Features
- Users can search for weather conditions of any city in the world.
- The app displays the current weather conditions, including temperature and weather description.
- The app utilizes the Open Weather API to fetch weather data.# Technologies & Tools Used
- React.js
- HTML
- CSS
- JavaScript
- VS Code
- Open Weather API# Installation and Usage
To use this app, you can follow these steps:- Clone the repository or download the source code.
- Open the project in your preferred code editor.
- Run `npm install` to install the necessary dependencies.
- Run `npm start` to start the development server.
- Open your browser and navigate to `http://localhost:3000` to use the app.To use the app, simply type the name of the city you want to search for in the search bar and press Enter. The app will display the current weather conditions for the searched city.
# Demo
A live demo of the React Weather App is available at [LINK TO LIVE DEMO](https://munda-weather-app.vercel.app/).# Credits
- The weather app was created by [Shubham Maurya](https://github.com/shubhammauryainfo)
- The app uses the Open Weather API to retrieve weather data.# License
This project is licensed under the MIT license.