In this school project it was required to create a functioning memory with a flipping animation P.S the teacher got me 10 for this 🙂
This is an only front-end app with a JS framework
- ReactJs with Vite
This project is hosted on Vercel.
This site updates every time i commit changes
For run this project we need after cloned the repo:
- Install the dependencies of the proj
npm i- Run the project
npm run dev