Skip to content

A very simple solitaire clone made using React.

Notifications You must be signed in to change notification settings

akhal3d96/Solitaire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solitaire

Solitaire

A very simple solitaire game clone made using React and Redux.

Live demo: Here

Solitaire

Technologies

  • React
  • React DND
  • Redux (Redux Toolkit)
  • Bulma

This app was bootstrapped using Create React App, you can learn more about the commands from Create React App documentation.

Installing and running

git clone https://github.com/nemoload/solitaire
cd weather
yarn # or npm i

yarn start # npm start

Todo

  • Make careds stacked on top of each other.

  • Prompt user if he wins.

  • Add a timer.

  • Add undo.

  • Fix the bugs and clean up the code!