
An example application using TypeScript, Chakra UI, and Apollo (client and server).
The Deathwish app provides a unique solution for individuals looking to manage their final requests in a thoughtful and organized way. With the ability to create and manage "Deathwishes," users can ensure that their last wishes are respected and fulfilled, offering peace of mind not only for themselves but for their loved ones as well. From video messages to life insurance arrangements, this innovative app serves as a digital repository for an array of important posthumous requests.
The significance of planning for the future is often overlooked, yet the Deathwish app aims to bridge this gap with its user-friendly interface and streamlined functionalities. By allowing users to create personalized wishes that can be executed after their passing, it serves as a practical tool for end-of-life planning, fostering both security and connection among family members.

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.
A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.
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.