raiv200 /
Tic-Tac-Toe-Game
It is a Tic-Tac-Toe Game created using React.js , TypeScript and Tailwind CSS.
Loading repository data…
ishaansani10 / repository
Created a tic tac toe game using Angular, TypeScript, HTML, CSS
This project was generated with Angular CLI version 12.2.0.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.
Selected from shared topics, language and repository description—not editorial ratings.
raiv200 /
It is a Tic-Tac-Toe Game created using React.js , TypeScript and Tailwind CSS.
amirrahemi01 /
Created a Tic Tac Toe with TypeScript library. Have multiple Interaction with fun tools & options :)
RomanFama592 /
Flexible, dynamic, fresh, and personalized. These are the words that can define this project created with Astro, TypeScript, React, and Tailwind, a way to play the classic game with an interesting twist, making it customizable and more enjoyable for the user. To learn more, visit the website to delve deeper into all its qualities.
madhawapolkotuwa /
Creating Online TicTectToe App Using Microsoft SignalR and React-TypeScript
bishkou /
An app built using Microservices, Each service is created using Node, Express, and MongoDB. The entire app is deployed and runs in Docker containers executed in a Kubernetes cluster. End-to-End testing and Error handlers are implemented on every service. Finally, almost all of the code in this course is written with Typescript.
JBrown9124 /
Created a full-stack online Tic-Tac-Toe web game with a twist. Acquire and use powers to dominate your enemies. Set the board size, board color, “win by” condition (amount of pieces in a row required to win), and pieces (upload custom piece capability included). Capable of having up to 100 players in a single game. Full bot functionality (add up to 10 AI per board). The client was created with TypeScript React.js, the REST API with Python (Django), data is stored in and queried from a PostgreSQL (SQL) database, and real-time client updates are handled with Socket.IO. Deployed using Heroku.