8000 GitHub - katayama8000/honoka-app: https://zenn.dev/doctormate/articles/app-for-wife34ixb5s
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

katayama8000/honoka-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Honoka App

A dedicated money management app for my wife Honoka and our cats Moufu and Ikura. The previous app name was HouseHold Account Book. There are still some parts of the code that contain "HouseHold Account Book", but I haven't renamed them yet because it's too much of a hassle.

Overview

HouseHold Account Book is a personal finance app designed to help manage and track expenses. This app is specifically tailored for use by my wife Honoka and our beloved cats, Moufu and Ikura.

Tech Stack

Setup and Run

Copy the .env.dist file to .env and set the environment variables.

cp .env.example .env

Then, run the following command to start the app.

yarn i
yarn dev
0