Skip to content

dh-giang-vu/odin-js-foundation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odin-JS-Foundation

A collection of simple Javascript Projects, created as part of The Odin Project foundation JavaScript Course.
View live page: https://dh-giang-vu.github.io/odin-js-foundation/

Calculator

  • Can perform addition, subtraction, multiplication and division
  • Expressions are evaluated sequentially

Etch-a-Sketch

  • Digital version of the drawing toy Etch-a-Sketch
  • A board of (by default) 32x32 squares
  • Hover mouse over the board to highlight squares and create a drawing
  • User can adjust the number of squares, up to 100x100

Rock-Paper-Scissor

  • Simple Rock Paper Scissor game against a Computer opponent
  • Keeps track of score
  • The player that reach 5 points first win

What I Learned

  • Maniplating DOM elements using Javascript
  • Using JavaScript to create interactive webpages

About

Basic JavaScript Programs - Etch-a-Sketch, Calculator, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published