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

https://github.com/foxching/react-weather

weather app built with react, typescript
https://github.com/foxching/react-weather

axios react react-bootstrap

Last synced: about 1 month ago
JSON representation

weather app built with react, typescript

Awesome Lists containing this project

README

          

Weather App

:umbrella: A simple weather application written in reactjs. :sunny:

### Screenshot
![light theme](https://github.com/foxching/weather/blob/master/public/images/screenshot/weather2.png)

### Installation

Install all the dependencies

```sh
$ yarn install or
$ npm install
```

### Serve
To serve in the browser

```sh
$ yarn start or
$ npm start
```
Serve on localhost:300

[Demo](https://chingweatherapp.netlify.app/ "Demo")

### License

This project is licensed under the MIT License