Skip to content

Mamouel/playing-cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

You can see it directly here.

Description

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.

Launch project

To see this this project, you can clone it directly. Then run (in root folder):

npm install

or

yarn install

This will install dependencies.

Finally

npm start

or

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Next steps

  • Add Redux for state management
  • Add Flow for type checking
  • Improve UI/UX

About

Deck of cards in React. Deals random cards.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors