Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 560 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 560 Bytes

React Memory Match

Welcome to React Memory Match! This is a fun and interactive card matching game built with React. Test your memory by matching pairs of cards until you find all the matches.

Installation

To get started with React Memory Match, follow these steps:

  1. Clone the repository:

    git clone https://github.com/WilliamBostrom/MemoryGame.git
    cd MemoryGame

    Install dependencies:

    npm install

    Start the development server:

    npm run dev

    Enjoy!