Artis-Dev / tic-tac-toe

Learning project: Create 'Tic Tac Toe' game

Home Page:https://artis-dev.github.io/tic-tac-toe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Learning project: Create 'Tic Tac Toe' game

https://artis-dev.github.io/tic-tac-toe/


Languages

Language:JavaScript 54.9%Language:CSS 25.9%Language:HTML 19.2%