Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leopiccionia/vue-experiments


https://github.com/leopiccionia/vue-experiments

Last synced: 10 days ago
JSON representation

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.