This application implements the popular "Memory Card" game that enables users to improve their short/long term memory and it is the submission for The Odin Project: Memory Card.
The key features are:
- Ability to play independently
- Cards with significant differences for a better gaming experience
- Ability to play as many times as desired
- Cross-Platform Compatibility
- GIT
- NodeJS ^v21.0.0
- NPM ^v10.2.0
- Clone the repository
git clone [email protected]:jesusgraterol/memory-card-top.git
- Install the dependencies
npm install
- Run the Development Vite Server
npm run dev
- Open
http://localhost:5173/
(the port may vary) with your favorite browser.
Run the Vite Production Build
npm run build
Push the new build to the gh-pages
branch so it is deployed to Github Pages:
git subtree push --prefix dist origin gh-pages
- HTML5
- CSS3
- JavaScript
- React
# Unit Tests
npm run test:unit
# Integration Tests
npm run test:integration
# E2E Tests
N/A
- ...