Skip to content

Artis-Dev/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

Project to create small 'Tic Tac Toe' game using only HTML, CSS and Vanilla JS.

From The Odin Project's curriculum.

🔗 Live preview: here

Built with

Technologies

  • HTML
  • CSS
  • JS

Tools

  • Visual Studio Code
  • Linux terminal
  • Git and GitHub
  • ESLint + Airbnb JavaScript Style Guide

Third party code

Outcome

  • Used revealing module and factory patterns for better code organizing.
  • Used HTML5 semantic elements for better readability and structure.
  • Used CSS3 flex and grid to create layout.
  • Used Git and GitHub for project management.
  • Tried to maintain clean code.
  • Cross tested on Firefox and Chromium based browsers.

Summary

What I learned

  • How to use revealing module and factory patterns.
  • Better knowledge of Javascript and DOM.
  • Better knowledge of CSS
  • A lot of minor things.

Author

👤 ArtisDev