- 27-Card-trick
- Kruskal-count
- Chinese Remainder card trick
- King-Queen trick (made by the team)
- Knight vs Knight (made by the team)
- Square Sum problem
For Linux:
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt-get install -y nodejs
For Mac:
brew install node
- Clone the repository
- cd into
CARD-TRICKS/frontend
- install dependencies:
npm install
- start the server:
npm start
- go to localhost.