Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:13:10.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T14:17:33.176Z (over 1 year 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: 0
- 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
```