
A gamified habit builder built with React-JS, and the Kendo-React UI library!
Kendo Habits presents a refreshing approach to habit-building by incorporating gamification into the process. Developed with a combination of React and the Kendo React UI Library, the app aims to make the often daunting task of cultivating new habits an enjoyable adventure. Whether you're an experienced habit tracker or just starting your journey, Kendo Habits is designed to help you visualize and reward your progress as you grow towards your ideal self.
By leveraging engaging visual and auditory feedback, Kendo Habits encourages users to not only complete their designated tasks but also witness the transformation of their virtual garden—an inspiring representation of their progress in real life. The app’s focus on celebrating small wins makes it a delightful tool for anyone looking to enhance their personal development.

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.
Firebase offers a comprehensive set of features, including real-time database, authentication, hosting, cloud functions, storage, and more. Firebase provides an easy-to-use interface and allows developers to focus on building features rather than managing infrastructure.
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.