
An open source project management tool with Kanban boards
Taskcafe is a versatile project management tool designed to cater to individual workflows through a user-friendly Kanban board interface. Focused on enabling effective task management, Taskcafe helps users organize their projects in a visually appealing manner that encourages productivity. With features like due date settings, labels, and checklist options, it emerges as an ideal solution for anyone looking to streamline their project workflow.
Currently in active development, Taskcafe aims to build upon basic project management functionalities while also promising unique features following its alpha phase. With a supportive community and commitment to enhancement, it's an exciting tool for both personal and collaborative projects.

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
A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.
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.