KO
|
EN
gitlite — search
Search
#javascript
#python
#kotlin
#docker
#example
#ios
#swift
#java
#webapp
#go
#hacktoberfest
#react
my-terrarium
★ 37
Open GitHub ↗
A simple drag and drop meditation
Download README (.md)
Explore Similar Repositories
terrarium
:
A series of experiments on terrain and elevation data for Tangram
harp-terrain-datasource
:
Render and style 3D terrain
terrarium-rust-guest
:
The "http_guest" crate used by Fastly Labs Terrarium https://wasm.fastlylabs.com/
vectorvector
:
tooling for vectorizing the planet
terrarium-templates
:
Template and example projects for Fastly Labs Terrarium https://wasm.fastlylabs.com
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
my-terrarium
?
Download (.md)
# My Terrarium 🌵🌱 A simple drag and drop meditation. Take a look at the HTML, JS and CSS to get an idea how to build a basic web interface, style it, and add an interaction.  ## Credits The terrarium created via CSS was inspired by Jakub Mandra's glass jar [codepen](https://codepen.io/Rotarepmi/pen/rjpNZY). The artwork was hand drawn by [Jen Looper](http://jenlooper.com) using Procreate. The solution to draggable elements was inspired by w3schools solution on creating a [Draggable HTML Element](https://www.w3schools.com/howto/howto_js_draggable.asp). Find more information on pointer events on the [W3C docs](https://www.w3.org/TR/pointerevents1/) and on [MDN web docs](https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events). Always check browser capabilities using [CanIUse.com](https://caniuse.com/). Learn more about building sites for the web and mobile devices at [Microsoft Learn](https://docs.microsoft.com/learn/modules/build-simple-website/?WT.mc_id=msbuild-github-jelooper).