https://github.com/ericwindmill/nr-react-weather
A simple client side app to see some weather metrics.
https://github.com/ericwindmill/nr-react-weather
Last synced: 10 months ago
JSON representation
A simple client side app to see some weather metrics.
- Host: GitHub
- URL: https://github.com/ericwindmill/nr-react-weather
- Owner: ericwindmill
- Created: 2018-09-03T00:02:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T00:16:35.000Z (almost 8 years ago)
- Last Synced: 2025-01-17T21:08:03.642Z (over 1 year ago)
- Language: JavaScript
- Size: 245 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Weather
A simple weather app made with
* `create-react-app`
* `material ui` components
* `chartist` for visuals
* `jest` for testing
### run
```
git pull origin https://github.com/ericwindmill/nr-react-weather.git
npm install
npm start
```
* navigate to localhost:3000
### run tests
```
npm test
```