This a tic tac toe game built with Vite + React.
"Triqui" (triki) is the colombian name for "tic tac toe".
The project works, but it still under construction and improvement.
- Clone the repo
git clone https://github.com/migueweb/triki- Install dependencies
pnpm install(you can use the packcage manager of your preference such as npm or yarn)
- Run the project
pnpm dev
# or
npm run dev- Happy coding! 😸💻
Contributions are welcome! 🚀
Suggestions are always appreciated — feel free to open an issue with your proposal.
- Fork the repository and create your branch from
main. - Validate the code with the linter before submitting.
- Use Conventional Commits for your commit messages (e.g.,
feat: new button added). - Open a Pull Request and describe your changes.
- Keep PRs focused and small — easier to review and merge.
- Check existing issues and PRs before opening new ones.
- Be respectful and constructive in discussions.
Contributions via Pull Requests are the preferred way to collaborate.