Skip to content

🫰🏻 Application for tracking personal finances and attaining financial independence

Notifications You must be signed in to change notification settings

matijaoe/fare

Repository files navigation

🫰🏻 FARE

Application for tracking personal finances and attaining financial independence

✨ Features

  • detailed personal finance tracking
  • balance and cashflow records for any time in the past
  • calculate your financial independence (early retirement) date
  • first class data synchronization all throughout
  • dark mode

 

image image image image image image image image image image image image

Entity Relationship Diagram

image

🛠️ Stack

Setup

Make sure to install the dependencies:

# pnpm (recommended)
pnpm install

# yarn
yarn install

# npm
npm install

Development Server

Start the development server on localhost:3000

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview