Skip to content

siddharth-vagavolu/tic-tac-toe

 
 

Repository files navigation

Tuq Inc. Junior Developer (Additional Application Information Question [1/3])

This Tic-Tac-Toe project is specially made for Junior Developer Co-op job application at Tuq Inc.

Tech Stack

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()

Run Locally

To get it running locally on localhost:3000 use the commands below.

npm install npm run dev

About

A basic 2-player version of classic Tic-Tac-Toe game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.5%
  • CSS 39.9%
  • JavaScript 1.6%