DEV Community

Cover image for Create a Tic Tac Toe Game using NEXT JS
CodeWithMarish
CodeWithMarish

Posted on

Create a Tic Tac Toe Game using NEXT JS

Hello friends, Today in this post we are going to see how we can create a tic tac toe game using NEXT JS. Tic Tac Toe is an excellent project for beginners to get started with learning NEXT/REACT JS, doing this project will help you learn basic concepts such as lifecycle methods, useEffect & useState hooks, functional component, etc. A Basic HTML, CSS & Javascript is enough to follow up with this tutorial. So get ready with your vscode and let's get started.

Please read this post in our website
Create a Tic Tac Toe Game using NEXT JS

Also please don’t forget to subscribe to our youtube channel codewithmarish for all web development-related challenges.

Code With Marish | Youtube

Posted with ❤️ from somewhere on the Earth

Top comments (2)

Collapse
 
codewithmarish profile image
CodeWithMarish

I am so sorry for that, I have added both react and next js because NEXT JS is the framework of React JS so you can try implementing the same code in both react or next js.

Thanks a lot for your support !!!

Happy Coding :)

Collapse
 
leopold profile image
Leopold • Edited

Sorry I'll be a bit annoying saying that but it is more like a React tutorial right ? I failed to see why you involved Next.js here, I think it is misleading for beginner. Other than that, good work!