Skip to content

A Fun React App where you can use your Math logic to win games.

Notifications You must be signed in to change notification settings

amul-agrawal/CARD-TRICKS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demonstration of card tricks using -React.js

Following Card-tricks/magic-tricks have been presented.

  1. 27-Card-trick
  2. Kruskal-count
  3. Chinese Remainder card trick
  4. King-Queen trick (made by the team)
  5. Knight vs Knight (made by the team)
  6. Square Sum problem

Deployed on heroku

The-Tricksters

Setup

Install Node

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

Run the site

  1. Clone the repository
  2. cd into CARD-TRICKS/frontend
  3. install dependencies: npm install
  4. start the server: npm start
  5. go to localhost.

About

A Fun React App where you can use your Math logic to win games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.7%
  • CSS 4.3%
  • SCSS 2.9%
  • HTML 2.1%