A react app that demonstrates a card trick.
This project was built to learn how to use react hooks and doing nested api calls. This project is no longer being worked on.
- 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.
You can view a live demo over at https://react-21-cardtrick.netlify.com or https://21-card-trick.jambis.now.sh
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
- create-react-app
- Decks of Cards API
This project is licensed under the MIT License - see the LICENSE.md file for details