https://github.com/tanvirhasanprince/react-weather-app
https://github.com/tanvirhasanprince/react-weather-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanvirhasanprince/react-weather-app
- Owner: TanvirHasanPrince
- Created: 2023-04-09T03:26:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T02:33:06.000Z (about 2 years ago)
- Last Synced: 2025-01-25T09:09:11.405Z (4 months ago)
- Language: JavaScript
- Size: 777 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weatherly
Weatherly is a simple weather app built with React that allows you to view current weather conditions and a 7-day forecast for any city in the world. The app uses APIs from Rapid API and Open Weather API to retrieve weather data for the specified location.## Live Demo
Check out the live demo of Weatherly: [here](https://64336f81d30591261f6080b3--meek-centaur-9119eb.netlify.app/).## Features
- Get current weather information for any city in the world.
- Get a 7-day forecast for any city in the world.
- Search for a city by name using the search bar.
- Displays temperature, humidity, and wind speed for the selected city.## Technologies Used
- React
- CSS
- JavaScript## Installation
To run Weatherly locally, follow these steps:Clone this repository to your local machine:
``` git clone https://github.com/your-username/weatherly.git ```Install dependencies using npm:
``` npm install ```Create a .env file in the root directory of the project and add your Open Weather API key:
``` REACT_APP_OPEN_WEATHER_API_KEY=your_api_key```Start the app using npm:
``` npm start ```The app will be available at http://localhost:3000.
## Credits
Weatherly was built by Tanvir Hasan Prince. Feel free to reach out to me with any questions or suggestions for improving the app.## License
This project is licensed under the terms of the [MIT license](https://opensource.org/licenses/MIT "MIT License")