Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denscholar/weather-app
https://github.com/denscholar/weather-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/denscholar/weather-app
- Owner: denscholar
- Created: 2022-07-25T00:13:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T01:03:14.000Z (over 2 years ago)
- Last Synced: 2023-03-06T05:54:03.029Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather App
With respect to my 30-day challenge to build mini-projects/feature in react.js, this is my day-2 project; a simple **weather appllication** that provide current weather data for cities, and countries in any part of the world.
## Image Demo
![weather-app](https://user-images.githubusercontent.com/48631109/180672965-2ef7e027-110d-42da-a010-ff7cce6c5dbe.gif)
## Getting started
If you installed git you can clone the code to your machine, or download a ZIP of all the files directly.Download the ZIP from this location, or run the following git command to clone the files to your machine:
- Once the files are on your machine, open the counter application folder in Visual Studio Code.
- With the files open in Visual Studio Code, press the Go Live button at the bottom of the window to launch the files with Live Server.## Technologies Used
* CSS
* HTML
* GitHub
* REACT
* Sass## API used
https://www.weatherapi.com/Feel free to use the code, do remember to star as you do and in case of any issue feel free to ping me out or open a issue over here.
Thank You