reverse-spider-solitaire

This project was generated with superplate.

Getting Started

Sort cards on the tableau so they are in increasing order, from Ace to King. Once a full sequence of ranks is built, it automatically moves to the foundation (cards cannot be placed on the foundation individually). The game is won once all cards are in the foundation.

Available Scripts

Running the development server.

    npm run dev

Building for production.

    npm run build

Testing for production.

    npm run test

Project Screnshots

Project Screenshots

gameover.mov

Test Coverage

Screen Shot 2021-08-23 at 11 52 00

Plugins

Styled Components

Utilising tagged template literals (a recent addition to JavaScript) and the power of CSS, styled-components allows you to write actual CSS code to style your components.

Go To Documentation

eslint

Go To Documentation

Testing Library

The React Testing Library is a very light-weight solution for testing React components. It provides light utility functions on top of react-dom and react-dom/test-utils.

Go To Documentation

Cypress

Fast, easy and reliable testing for anything that runs in a browser.

Go To Documentation

License

MIT