This project is a memory game developed as part of a technical skills assessment to showcase proficiency in front end development using technologies like Vue.js, TypeScript, and Tailwind CSS.
The project has been completed, and all required functionalities have been successfully implemented.
- Vue.js
- Tailwind CSS
- Vite
A live demo of this project is available at: Memory Game Demo
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and use it or update it as you want!
Unit tests for this project can be run using the following command:
npm run test
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the project
- Create a new branch (
git checkout -b feature/new-feature
) - Make your changes and commit them (
git commit -am 'Add new feature'
) - Push your changes (
git push origin feature/new-feature
) - Open a pull request
Kevin Corrales - @Kscorrales