This project was bootstrapped with Create React App.
You can see it directly here.
React SPA displaying a deck of playing cards. You have 3 actions:
- shuffle
- deal a random card
- show/hide the deck Cards picked are displayed below.
To see this this project, you can clone it directly. Then run (in root folder):
or
This will install dependencies.
Finally
or
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
- Add Redux for state management
- Add Flow for type checking
- Improve UI/UX