A simple tic-tac-toe game. Made for practicing concepts such as:
- Object-Oriented Programming.
- Observable Design Pattern.
- State Management.
# Install the required dependencies
$ yarn install
# Build the project
$ yarn build
# Install the required dependencies
$ yarn install
# Start the project
$ yarn dev
- Sass: Style files modularity.
- Webpack: Managing multiple JavaScript files.
- Prettier: Code formatting.
- ESLint: Code consistency.