Skip to content

rakhman-ibrayev/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

(assignment specification)

This is a simple Tic Tac Toe game project assignment from The Odin Project JavaScript course.

Topics covered

  • DOM manipulation with JS
  • Revealing module pattern with IIFEs
    • private properties and methods
    • how closures help in the revealing module pattern
  • Adaptive layouts with CSS
  • CSS flex display property
  • Different CSS positionings

Check out the demo to see the project in action