Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.08 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.08 KB

React 21 Card Trick

A react app that demonstrates a card trick.

Motivation

This project was built to learn how to use react hooks and doing nested api calls. This project is no longer being worked on.

How To Play

  • Click done once you have memorized 1 of the 21 cards.
  • Pick which of the 3 piles your card is located in. Repeat this a total of 3 times.
  • At the end your card will be displayed.

Demo

You can view a live demo over at https://react-21-cardtrick.netlify.com or https://21-card-trick.jambis.now.sh

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

  • Fork the project
  • Clone or download the project
  • Install dependencies
npm i
  • Finally you can run the app by typing in your terminal
npm start

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details