Simple tic-tac-toe with react as front end and Django rest API for AI in the backend.
See Working Project here.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build
folder.\
-
Clone the repo and go to the directory
-
run
npm install && npm run build
to install the required packges and build the project -
run
python manage.py runserver
to run the django server and thats it. open the link shown in terminal and play with the AI.