Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/porobertdev/tic-tac-toe
Assignment from The Odin Project: https://www.theodinproject.com/lessons/node-path-javascript-tic-tac-toe
https://github.com/porobertdev/tic-tac-toe
100daysofcode css html javascript js theodinproject tic-tac-toe tictactoe tictactoe-game tictactoe-javascript
Last synced: about 2 months ago
JSON representation
Assignment from The Odin Project: https://www.theodinproject.com/lessons/node-path-javascript-tic-tac-toe
- Host: GitHub
- URL: https://github.com/porobertdev/tic-tac-toe
- Owner: porobertdev
- Created: 2024-01-18T18:21:58.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T20:24:28.000Z (10 months ago)
- Last Synced: 2024-03-01T21:31:49.756Z (10 months ago)
- Topics: 100daysofcode, css, html, javascript, js, theodinproject, tic-tac-toe, tictactoe, tictactoe-game, tictactoe-javascript
- Language: JavaScript
- Homepage: https://porobertdev.github.io/tic-tac-toe/
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tic-tac-toe - [Live Preview](https://porobertdev.github.io/tic-tac-toe)
https://github.com/porobertdev/tic-tac-toe/assets/130125082/57496d8d-2574-48d4-a6b0-cf801620150b
## About
This project is part of [TheOdinProject](https://www.theodinproject.com/https://github.com/TheOdinProject) curriculum. The project's lesson can be found [here](https://www.theodinproject.com/lessons/node-path-javascript-tic-tac-toe). The goal of this project was to practice Factory Functions and IIFE (Immediately Invoked Function Expressions) aka The Module Pattern.
I've made a [Figma mockup](https://www.figma.com/file/0P2BoffQJ3oIbEZyz2cmQ0/tic-tac-toe?type=design&node-id=82%3A140&mode=design&t=0MZhjFTPfEXSdpJP-1) that I've used as the starting point.
## Features
* clean & responsive UI
* custom player names
* unlimited rounds with score tracking
* cool lightsaber effects for the winner## Technologies used
* HTML5
* CSS3
* JavaScript## Libraries used
## Tools used
* git
* Figma