A personal finance management web app built with Next.js and TypeScript
KontoFrontend is a client application for managing your personal finances, featuring:
- Secure user authentication and session handling
- Dashboard with budget and transaction tracking
- Management of incomes, expenses, and transfers
- Visualizations and summary charts
- Bank statement import
- Next.js - React framework for server-side rendering and routing
- TypeScript - Static typing
- React - UI library
- Redux Toolkit - State management
- Tailwind CSS - UI styling
TODO
-
Clone the repository:
git clone https://github.com/project-konto/frontend.git
-
Install dependencies:
npm install
-
Create a
.env.localfile in the project root and set the API endpoint:NEXT_PUBLIC_API_BASE_URL=http://localhost:5001
npm run devThe app will be available at http://localhost:3000 by default.
TODO
This frontend interacts with the KontoApi. See the corresponding API documentation.
TODO
Apache 2.0, see LICENSE for details