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.
This game is developed as a Web Application using the following technologies:
2. TypeScript
3. Node.js
4. CSS
5. HTML
-
Clone or Download the Project as a Zip.
-
Extract the Package.
-
Download and Install Node.js on your PC. Note - Make sure this Checkbox is enabled during the Installation.
-
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.
-
Go to the Appropriate Directory (where the package.json file is located) and open the Command Prompt.
-
Run the command below:
npm run dev
It will run the application in Development Mode.
-
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