Ecosyste.ms: Awesome
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 13 hours ago
JSON representation
weather app built with react, typescript
- Host: GitHub
- URL: https://github.com/foxching/react-weather
- Owner: foxching
- Created: 2019-05-27T11:29:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:32:12.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T07:59:39.758Z (over 1 year ago)
- Topics: axios, react, react-bootstrap
- Language: TypeScript
- Homepage:
- Size: 8.08 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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