Skip to content

Instantly share code, notes, and snippets.

@tamaspap
Created October 17, 2017 06:32
Show Gist options
  • Save tamaspap/32c06ede119a0a1dd38b3f5152ef95d3 to your computer and use it in GitHub Desktop.
Save tamaspap/32c06ede119a0a1dd38b3f5152ef95d3 to your computer and use it in GitHub Desktop.
ModerJS - Introduction

Client side technologies

HTML

Describes the elements on the page: https://www.w3schools.com/tags/

Javascript

Add functionality to the page https://www.w3schools.com/js/default.asp

CSS style the page

Styles the elements on the page https://www.w3schools.com/css/default.asp

Demo

  1. Implement a simple page with a button: alert something
  2. Implement a simple page with a button that moves every time you try to click it
  3. Create a clock with setInterval and moment
  4. Implement a simple page that adds two numbers from inputs
  5. Implement a transition/animation to move a spaceship image from bottom left to top right corner of the browser.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment