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/
- Can perform addition, subtraction, multiplication and division
- Expressions are evaluated sequentially
- 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
- Simple Rock Paper Scissor game against a Computer opponent
- Keeps track of score
- The player that reach 5 points first win
- Maniplating DOM elements using Javascript
- Using JavaScript to create interactive webpages