https://github.com/mlucchini/halo
🌪 A take on the classic weather app with dynamic SVG animations and React
https://github.com/mlucchini/halo
react svg svg-animations weather weather-app
Last synced: 5 months ago
JSON representation
🌪 A take on the classic weather app with dynamic SVG animations and React
- Host: GitHub
- URL: https://github.com/mlucchini/halo
- Owner: mlucchini
- License: gpl-3.0
- Created: 2017-02-25T12:33:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T12:27:52.000Z (about 3 years ago)
- Last Synced: 2024-04-15T14:32:59.489Z (about 2 years ago)
- Topics: react, svg, svg-animations, weather, weather-app
- Language: CSS
- Homepage:
- Size: 2.64 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Halo
[](https://travis-ci.org/mlucchini/halo)
[](https://www.codacy.com/app/mlucchini/halo/dashboard)
[](http://halo.surge.sh)
## What it looks like so far
| | |
|:-------------:|:-------------:|
|  |  |
| Clear sunset in Barcelona | Cloudy morning in Montpellier |
|  |  |
| Light clouds in Rio | Sunrise in San Francisco |
## Main usage
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app),
so it's best to refer to the Create React App documentation.
```sh
npm install
npm test
npm start
npm run storybook
```
## Acknowledgements
Based on the [Lakeside animation](
https://dribbble.com/louiscoyle/projects/243171-Lakeside) by Louis Coyle.