A project with intended remote playability for TicTacToe. Seperate files for backend and frontend implementations. Tech Used is Express and React respectively.
Run the following commands in the root directory:
cd <app-directory>
npm install
After executing the first two for both the front-end and back-end, run
npm start
. Both client and server should be running for the app to function.
Website can be accessed here: http://23.97.134.126:3000/