click on the image to be redirected to the video (no audio)
This is a personal project I'm using to learn more about frontend.
In this project there is a light and dark themed login screen that changes according to your system color scheme and of course a button to switch between light and dark mode. After logging in I get the input information to present on the next screen, the game screen. On the game screen, you can see your name and a timer. So now you can play the memory game too, these cards rotate horizontally and show an adventure time character, if you flip two identical cards, the cards stay in place and lose saturation. When you hit all these cards, you'll see a "win screen", it's a modal that you can go to the homepage, restart or go to this repository.
refs: I see this video by Manual do Dev to get inspired, and I change/add somethings to be more like me. If you found any bug, go to the issues and write about it, thanks. I hope that you enjoy. :D
- Play the game Here 🎮
- Have fun! 🎉
star my repo :P
Fork the project
# setup your git | don't forget to remove the ()
git clone (YourUrlProject)
git remote add origin (YourUrlProject)
git pull origin
git checkout -b (YourBranch)
Follow the pattern of Conventional Commits 🕵️♀️ (not required)
# after changes | don't forget to remove the () <>
git status
git add (FileThatYouChange)
git commit -m ("<type>: <description>")
git push -u origin (YourBranch)
- Click on Contribute
- Click on Compare & pull request
- Write about your changes
- Click on Create pull request
This project is under the MIT license. See the LICENSE file for more details.