This project is a Tic Tac Toe game developed using React and styled with Tailwind CSS. It originated from the official React Dev tutorial for Tic Tac Toe (https://react.dev/learn/tutorial-tic-tac-toe#overview) but has evolved with additional features, making it unique and more engaging.
- Enhanced Visuals: Tailwind CSS has been integrated to give the game a polished and modern appearance.
- Responsive Design: The game is now mobile-friendly, allowing users to enjoy it on various devices.
- Exciting Animations: Implemented animations using the
react-confetti
library to add a fun and celebratory touch when a player wins the game. - Victory & Draw Indicators: Clear messages are displayed to the user when a player wins or if the game results in a draw, enhancing the user experience.
Check out the live demo of the Tic Tac Toe game here.
The technologies utilized in this project are:
- React
- Tailwind CSS
react-confetti
(Library used for the confetti animation)
Feel free to give it a try and enjoy some Tic Tac Toe fun with this improved and feature-rich version!
Your feedback and suggestions for further enhancements are always welcome! 🙌