modulepackage
0.0.0-20230530141417-a8bf10a7ea93
Repository: https://github.com/chomucake/uni-golang-labs.git
Documentation: pkg.go.dev
# README
Finance Tracker
Goal
Create a three-layer web application that allows users to track their expenses/incomes.
Functionality
- Registration and sign in;
- CRUD operations on expenses and incomes, including managing expenses category (e.g., groceries, entertainment, transportation or custom categories);
- View of total spendings for each category per day/month/year/etc.
Description
This functionality allows users to track their daily expenses in the app. Users can add new expenses, categorize them by type and view their spending history.