Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```