All members of family can store their expenses at one place.
Everyone can show the whole expenses at any time.
Filters can be set by categories, time periods and metatext.
link to the associated backend project click here
- add category and metatext filter option for show expenses
- add multi language support (en/ge)
- add a PDF-Export feature
- add unit tests for all components
- add list-view for category and category composition
- add an update/delete feature for categories and category composition that are not yet in use
git clone https://github.com/Oigty81/family-expenses-list-frontend.git
cd family-expenses-list-frontend
npm install
npm run dev
npm run build
npm run test