Memory game project, created with React library and styled with Tailwind CSS framework. The project is from The Odin Project curriculum.
- Toggle between fantasy and ordinary themes of the game
- Shuffle the deck at the start of a new game and after each card click
- Track curent points
- Track best score
- Enjoy responsive design
- React
- Tailwind CSS
- Visual Studio Code
- Git and GitHub
- Create React App
- ESLint + Airbnb JavaScript style guide
- Prettier code formatter
- Linux terminal
- uniqid package
- Google Fonts
⬆️ Back to top
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
- Clone this repository:
$ git clone https://github.com/mooniiDev/memory-game.git
- Go to the cloned repository:
$ cd memory-game
- Install dependencies:
$ npm install
- Build an application:
$ npm run build
- Deploy an application to gh-pages
$ npm run deploy
- To try an app use GitHub Pages or start a local server
$ npm start
⬆️ Back to top
- Learned how to use functional components and React hooks
- Learned how to style with Tailwind CSS framework
- Cross tested on Firefox and Chromium browsers
- Images of plants created by pch.vector
- Border of a card created by rawpixel.com