An open API service indexing awesome lists of open source software.

https://github.com/mathur-dev1142/tictactoegame

This is a project repository of a game named TicTacToe I developed using html , css and javascript with React framework using Vite module bundler and Sass styling
https://github.com/mathur-dev1142/tictactoegame

css html javascript reactjs sass-framework vite

Last synced: 3 months ago
JSON representation

This is a project repository of a game named TicTacToe I developed using html , css and javascript with React framework using Vite module bundler and Sass styling

Awesome Lists containing this project

README

          

# TicTacToeGame

Hey guys I made this exciting project called TicTacToe game. It is the same game we all are familiar with except I made the same using react.
I used vite build tool and sass styling to implement certain components that I deemed necessary for the project.
I hope you all like this.

I added a Board component which contains all the board layout of the game and another sqaure component which contains all the information regarding sqaures.
All other necessary components are in the master branch of my git file. You can check it out.