Deathwish

screenshot of Deathwish
react
chakra-ui

An example application using TypeScript, Chakra UI, and Apollo (client and server).

Overview

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.

Features

  • User-Friendly Interface: The app provides an easy-to-navigate layout, making it simple for users to create, edit, and manage their Deathwishes seamlessly.
  • Customizable Templates: Users can view and choose from a variety of Deathwish templates, ensuring that their requests are both personal and meaningful.
  • Comprehensive Management: The app allows users to add, view, edit, or delete their Deathwishes, offering total control over their final requests.
  • Attributes Overview: Each Deathwish includes essential attributes such as type, title, description, cost, and intended recipients, adding clarity and structure to the process.
  • Phase Implementation: The initial phase leverages Apollo for client-side persistence, with plans to migrate to a GraphQL service in future updates – paving the way for scalable use.
  • Robust Testing Framework: The app is thoroughly unit tested using Jest and Cypress, ensuring a reliable daily user experience and effective end-to-end functionality.
  • Local Development Support: Developers can easily run and see the app in action locally with straightforward commands, aiding in efficient development and debugging processes.
  • Monorepo Structure: The well-organized architecture with yarn workspaces facilitates better management of client and server code, which enhances developmental flexibility and speeds up feature integration.
react
React

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
Chakra UI

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.

docker
Docker

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.

graphql
Graphql

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
Typescript

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.