This Tic-Tac-Toe project is specially made for Junior Developer Co-op job application at Tuq Inc.
Project Setup Using: npm create next-app "name" --typescript
- Next.js
- React.js (especially Hooks)
- Typescript
- CSS for Styling
Two of the Hooks that were used are: useState() and useEffect()
To get it running locally on localhost:3000 use the commands below.
npm install npm run dev