Skip to content

KavyPings/FinPAL

Repository files navigation

FinPAL

A small personal finance web app built with Vite, React, and TypeScript.

Basic functionality

  • Dashboard: an overview of your finances and key metrics.
  • Goals: create and track financial goals.
  • Simulations: run simple what-if scenarios.
  • Chat: a simple chat interface for guidance and notes.
  • Rewards, Decisions, Onboarding: small supporting pages.

Requirements

  • Node 16 or newer.

Quick start

  1. Clone the repository using the project's Git URL.
git clone <YOUR_GIT_URL>
  1. Install dependencies
npm install
  1. Start development server
npm run dev
  1. Build for production
npm run build
  1. Preview the production build
npm run preview

Project layout (important parts)

  • src/ — main source code
  • src/pages/ — top-level pages (Dashboard, Chat, Goals)
  • src/components/ — UI components and layout

License

  • Check package.json for license information.

That's it — run npm run dev and open the local URL shown in the terminal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages