
ZIMS is a NFT-based online game platform which allows users to play arcade games to earn points to mint NFTs. Tech stack includes: React, Redux, Moralis, Ganache, Chakra, Metamask
ZIMS is an innovative NFT-based online gaming platform that merges traditional arcade gaming with the exciting world of cryptocurrency. Players can engage in a variety of classic games such as Tetris, Brick Breaker, Hangman, and Floppy Bird, earning points that can be transformed into unique NFTs. With a growing selection of games and a community-focused approach, ZIMS is designed for anyone looking to have fun while exploring the potential of the blockchain.
As gaming and NFTs continue to evolve, ZIMS stands out by providing a unique experience that not only entertains but also rewards skillful players with the ability to create valuable digital assets. The platform is user-friendly and aims to create an engaging experience for both new gamers and seasoned NFT enthusiasts.
Diverse Game Selection: Play a variety of arcade classics like Tetris and Brick Breaker while earning points.
NFT Minting: Points earned in games can be converted into NFTs, adding real value to your gaming experience.
Community Collaboration: Developed with contributions from a talented team, ensuring a well-rounded and evolving platform.
User-Friendly Interface: Designed for ease of use, you can jump into games without a steep learning curve.
Development Flexibility: Built with Create React App allows for rapid iterations and updates, enhancing overall user experience.
Continuous Updates: The platform promises to expand its game library, ensuring more options and experiences for players.
Accessible Mode: The app can be easily run in development mode, allowing users and developers to see real-time updates and improvements.

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
Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.
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.
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.
React Hook Form is a performant, flexible, and extensible form library for React with easy validation. It reduces re-renders and improves performance by using uncontrolled components and native HTML validation, making form handling simple and efficient.