View The Project
I accepted a challenge to build a Tic Tac Toe game with React and JavaScript, built with the Next.js framework. It was an entertaining project, and it showcases my ability to work well with complex JavaScript logic and to build visually appealing interactive UI components with React. Here are some features about this game:
- Player turn tracking and visual
- Individual player selection tracking
- When a selection is made, it compares the player's selections against a list of possible win scenarios and triggers a winning animation when it comes back positive.