Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.61 KB

File metadata and controls

48 lines (34 loc) · 1.61 KB

Concentration - A Memory Game

This project is a Card Game where players need to match pairs of identical card images. The aim of the project is to create an interactive, fun game that enhances the user’s concentration and memory skills.

Technology Used:

This game is developed as a Web Application using the following technologies:

1. React
2. TypeScript
3. Node.js
4. CSS
5. HTML

How to run the Project on your PC

  1. Clone or Download the Project as a Zip.

  2. Extract the Package.

  3. Download and Install Node.js on your PC. Note - Make sure this Checkbox is enabled during the Installation.

  4. After the Intallation. A Command Prompt Window will open to install all the Dependencies. Click Allow; this will install all the Dependencies. Note - This process may take some time.

  5. Go to the Appropriate Directory (where the package.json file is located) and open the Command Prompt.

  6. Run the command below:

    npm run dev

    It will run the application in Development Mode.

  7. Open the Local Host on your Browser. It will be visible in the Command Prompt.

    Normally, the link is - http://localhost:3000 to view it in the browser.

Note - The page will reload if you make edits. If not, just refresh the browser manually.

Run the Webpage at 80% Zoom for Best Results