alexdevero / django-react-tic-tac-toe

Tic Tac Toe game built with React and Django framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tack Toe game

Tic Tack Toe game built with React and Django framework.

Features

  • 3x3 game grid
  • Persistent scoreboard (data stored in SQL database)
  • Two human players with editable names

Prerequisites:

In oder to start the game, do the following:

1) Start backend (default on localhost:8000)

$ pipenv shell
$ cd backend
$ python manage.py runserver

2) Start frontend (default on localhost:3000)

$ cd frontend
$ yarn start

Then, open http://localhost:3000 to view the game in the browser. Have fun 🕹!

About

Tic Tac Toe game built with React and Django framework.


Languages

Language:JavaScript 41.3%Language:Python 37.0%Language:CSS 13.3%Language:HTML 8.3%