NEW: Switch to the auth
branch to checkout the login feature
Game application to test for retentive ability Live Demo 👈
- Tracks the clicked cards
- Updates scoreboard
- Updates best score (persistent)
There are four branches associated with the repository
main
: This branch contains the deployed codebasewith-comments
: This branch contains same features as main but with documentation/comments in the codeauth
: The branch contains an additional feature to login and save scores using firebaseauth-with-comments
: This branch contains similar code as auth but with documentation and comments in the code
Question: Why not merge with-comments
to the main
branch
Answer: I personally believe in writing clean codes and try as much as possible to make it self explanatory. I have made this new branch to give better understanding to users who may not have much(or any) experience using the technologies used here
- JavaScript
- React
- Framer motion
- TailwindCSS
git clone https://github.com/Complexlity/memory-game.git
cd memory-game
npm install
npm run dev
Open the link show on the terminal in a browser (Usually http://localhost:5173
)