ReactJS
Framer Motion
(Ngl I used ChatGPT to get help with this, I'm not that good at it xD)
This is a simple Tic-Tac-Toe game built using ReactJS and Framer Motion. It allows players to play the classic game of Tic-Tac-Toe against each other.
react
- Clone this repository to your local machine using
git clone https://github.com/PriyanshK09/Tic-Tac-Toe-Game.git
- Navigate into the project directory using
cd Tic-Tac-Toe-Game
- Install dependencies using
npm install
- Start the application using
npm start
- Open the game in your browser (default: http://localhost:3000)
- Follow the on-screen instructions to play the game
A live demo of the game can be accessed here.
This project is licensed under the MIT License. See the LICENSE file for more information.
For any inquiries or feedback, feel free to reach out via email at EMAIL ME!.
Contributions are always welcome. If you are interested in enhancing the features in the project, follow these steps below:
- Fork the project
- Create a new branch (
git checkout -b improve-feature
) - Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (
git commit -am 'Improve feature'
) - Push to the branch (
git push origin improve-feature
) - Create a Pull Request
- The project was inspired by the ReactJS Tutorial on the official ReactJS website.
- ReactJS
- Framer Motion
- Netlify for hosting the live demo
- ChatGPT for providing assistance with Framer Motion
- The project is currently in its final version and no further updates are planned.