Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leopiccionia/vue-experiments
https://github.com/leopiccionia/vue-experiments
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leopiccionia/vue-experiments
- Owner: leopiccionia
- Created: 2019-12-16T19:28:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T17:29:00.000Z (about 2 years ago)
- Last Synced: 2023-02-26T19:42:11.349Z (almost 2 years ago)
- Language: Vue
- Size: 2.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue experiments
Some self-contained (one-component) Vue experiments that I designed to practice and/or fight boredom.
* [Clock.vue](src/Clock)
* A real-time clock using handmade SVG, CSS transformations and custom properties.
* [ConwaysGameOfLife.vue](src/ConwaysGameOfLife)
* An optimized implementation of Conway's Game of Life.
* [Playlist.vue](src/Playlist)
* Practicing Flexbox, `backdrop-filter` and UI design.