This is a Memory Game web application built using React to be considered for your review.
To test this project locally, follow the steps below:
- Node.js and npm (Node Package Manager) must be installed on your system. You can download them from here.
-
Clone this repository to your local machine or download the ZIP file and extract it.
-
Open a terminal/command prompt and navigate to the project's root directory.
-
Install the project dependencies by running the following command:
npm install- Once the dependencies are installed, start the development server by running the following command:
npm start- Your default web browser should automatically open and display the app. If not, open your web browser and navigate to
http://localhost:3000.
- React
- Axios
- HTML
- CSS