
A card matching game following classic Memory Game rules
CatMatch is a card matching game that follows the classic Memory Game rules. It is deployed on Netlify and provides an interactive game experience for users. The game's logic is illustrated using an XState statechart. The design system used for the game is called Jiji, named after the cat in Kiki's Delivery Service. Jiji is built using Chakra UI and allows for the implementation of custom themes and components. Figma designs are available for reference, and Storybook is used for component development and documentation. The application can be started using yarn commands, and the project utilizes technologies such as TypeScript, React, Chakra UI, Nx, Storybook, React Testing Library, and Cypress.
CatMatch is a card matching game deployed on Netlify that follows the classic Memory Game rules. It utilizes the Jiji Design System, allowing for custom themes and components built with Chakra UI. Figma designs are available for reference, and Storybook is used for component development and documentation. The project is developed using TypeScript, React, Nx, and other technologies. With its easy installation process and range of features, CatMatch provides an enjoyable gaming experience for users.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.
Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.