Skip to content

A will for your feelings. An app that makes it easy to write and save letters to be sent to loved ones in the event that you pass away. Front end built with React and Semantic UI.

Notifications You must be signed in to change notification settings

matt-green1/capstone_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LifeLetter

Description

There are a lot of services that take care of the legal aspects of the end of a person's life, but many people don't consider the importance of reflecting on their lives and expressing their feelings to those they love.

Inspired by The Stanford Letter Project, I've created an easy way to write and send messages to those you love which will be distributed in the event you pass away, so nothing important gets left unsaid.

Back end repo here.

Demo

You can watch video demo here. Live site coming soon.

Prerequisites

React, Rails, PostgresSQL

Installation Instructions

  1. Fork and clone back end repo.

  2. Set up back end. In terminal, enter:

cd capstone_backend
bundle install
rails db:create
rails db:migrate
rails db:seed
rails s
  1. Fork and clone this (front end) repo.

  2. Set up front end. Open another terminal tab and enter:

cd capstone_frontend
npm install
npm start // Will launch on http://localhost:3001/

About

A will for your feelings. An app that makes it easy to write and save letters to be sent to loved ones in the event that you pass away. Front end built with React and Semantic UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published