Finance Tracker WebApp
Conveniently track your finances with Funds: follow transactions and manage your financial accounts from one location across all your devices. Designed to work as a PWA.
To begin development, you need to clone this repository and install dependencies.
git clone https://github.com/KasperLuna/Funds.git
cd Funds
pnpm install
Installed via VSCode Extensions
- ESLint
- Prettier
- (Optional) Blockman
The app's front and backend can be run concurrently (parallel) or individually.
pnpm run dev
The site will then start on localhost:3000.