This is an implementation of the memory game using major arcanas for the web. A live preview of the project can be seen here.
The goal for this project is to better learn state management. This is also an opportunity to learn writing react using functions instead of class components.
If you want to have a local copy of the project, you can do the following below. However, you need to have git, node.js, and npm installed.
- Open up a terminal
- Clone the repository by typing this in the terminal:
git clone [email protected]:libmartinito/shopping-cart.git
- Install project dependencies by typing this in the terminal:
npm install
The project is part of the full-stack javascript track at the odin project.