Skip to content

fsmosca/ReactPy-TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactPy-TicTacToe

A TictacToe game built with ReactPy and Bootstrap 5.

image

image

A. Setup

Be sure to install Python version 3.9 and above.

  1. Clone the repository from command line.
git clone https://github.com/fsmosca/ReactPy-TicTacToe.git
  1. cd to to ReactPy-TicTacToe folder

  2. Install the modules in requirements.txt

pip install -r requirements.txt
  1. Run the app
uvicorn tictactoe:app

This code is linked from my article in blogspot.

B. Credits