girliemac / terrarium-project

Learn the basics of HTML, CSS, and vanilla JavaScript DOM manipulation while building a web terrarium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Terrarium: A project to learn about HTML, CSS, and DOM manipulation using JavaScript 🌵🌱

A small drag and drop code-meditation. With a little HTML, JS and CSS, you can build a web interface, style it, and add an interaction.

my terrarium

Lessons

  1. Intro to CSS
  2. Intro to HTML
  3. Intro to DOM and JS Closures

Credits

Written with ♥️ by Jen Looper

The terrarium created via CSS was inspired by Jakub Mandra's glass jar codepen.

The artwork was hand drawn by Jen Looper using Procreate.

The solution to draggable elements was inspired by w3schools solution on creating a Draggable HTML Element.

Find more information on pointer events on the W3C docs and on MDN web docs.

Always check browser capabilities using CanIUse.com.

Learn more about building sites for the web and mobile devices at Microsoft Learn.

About

Learn the basics of HTML, CSS, and vanilla JavaScript DOM manipulation while building a web terrarium

License:MIT License


Languages

Language:HTML 41.7%Language:JavaScript 36.3%Language:CSS 22.0%