You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/3-terrarium
Charles Emmanuel S. Ndiaye 3e8f234e2c
Suggest improved title translation (#551)
3 years ago
..
1-intro-to-html Mockup is Mockup in Spanish. Changes in writing to facilitate reading (#538) 3 years ago
2-intro-to-css sketchnote path audit and edit for docsify paths 3 years ago
3-intro-to-DOM-and-closures Suggest improved title translation (#551) 3 years ago
images folder names 4 years ago
solution Merge branch 'main' of https://github.com/microsoft/Web-Dev-For-Beginners into main 4 years ago
translations Translate pt terrarium base solution readme (#495) 3 years ago
README.md re-instrumenting all links to 13441 4 years ago

README.md

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 HTML
  2. Intro to CSS
  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.

Deploy your Terrarium

You can deploy, or publish your terrarium to the web using Azure Static Web Apps.

  1. Fork this repo

  2. Press this button

Deploy to Azure button

  1. Walk through the wizard creating your app. Make sure you set the app root to either be /solution or the root of your codebase. There's no API in this app, so don't worry about adding that. A .github folder will be created in your forked repo that will help Azure Static Web Apps' build service build and publish your app to a new URL.