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
- Host: GitHub
- URL: https://github.com/foxching/react-weather
- Owner: foxching
- Created: 2019-05-27T11:29:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:32:12.000Z (over 3 years ago)
- Last Synced: 2025-12-26T09:35:38.420Z (5 months 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

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