Welcome to the Memory Game Project! This project is built with the following technologies and frameworks:
- Deployed Link: https://card-game-sooty.vercel.app/
- Node Version: Requires Node.js version greater than 16.4.0
- Package Manager: Run
npm installandnpm run startto complete the setup. - Technologies Used:
- Vite
- React: 18.2.0
- TypeScript
- Styling: SCSS is used for styling. No external UI library is used; all components are built from scratch.
- Features:
- This is a very interactive memory game.
- Flip the cards on the left which contains the fruits and flip the cards on the right which contains alphabets.
- There is a perfect alphabet card match for fruit cards.
- Can you get highest score with only 3 lives?
- Ensure your Node.js version is greater than 16.4.0.
- Install
npmin your system. - Run
npm installto install dependencies. - Run
npm run startto start the development server.
The app might be loading slow due to number of images it is lazy loading from the server. Please give it some time in case you are facing slow loading.