https://github.com/rodrigowebdev/react-weather-app
A Wheater Web App build with React and OpenWeather API
https://github.com/rodrigowebdev/react-weather-app
axios bootstrap5 create-react-app css3 ecmascript6 html5 javascript openweather-api react react-hooks sweetalert2 wheater-api wheater-web yarn
Last synced: about 1 month ago
JSON representation
A Wheater Web App build with React and OpenWeather API
- Host: GitHub
- URL: https://github.com/rodrigowebdev/react-weather-app
- Owner: RodrigoWebDev
- Created: 2020-01-14T20:38:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:13:10.000Z (about 3 years ago)
- Last Synced: 2025-05-18T21:08:29.557Z (9 months ago)
- Topics: axios, bootstrap5, create-react-app, css3, ecmascript6, html5, javascript, openweather-api, react, react-hooks, sweetalert2, wheater-api, wheater-web, yarn
- Language: CSS
- Homepage: https://react-weather-web-app.surge.sh/
- Size: 4.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Weather Web App
## Live demo
See a live demo [here](https://react-weather-web-app.surge.sh/)
## Build With
* React
* React Hooks
* Yarn
* create-react-app
* OpenWeather Api
* SweetAlert 2
* Axios
* Bootstrap 5
## How to install
```
yarn
```
## How to use
Development server:
```
yarn start
```
Build:
```
yarn build
```