Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Paneon/money-sprouts-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Money Sprouts

Maintainability

Profile View Counter

Description

Money Sprouts is an application designed to teach children the value of saving and spending their pocket money sensibly. Through a fun and interactive interface, children can manage their savings, view transaction histories, plan purchases, and even earn extra by doing chores.

Application mockups on different devices

Features

Family Account

  • Family Login: One login for the entire family which encompasses the accounts of all children and an admin account for parents.
  • User Selection: Children can easily switch between accounts to view their respective dashboards and go back by clicking on the avatar in the page header.
start, login and account selection - mobile view

Dashboard

The dashboard is the central interface from where the user can navigate to the pages overview, history and plan.

dashboard - tablet
  • Overview Tile: Shows the total money saved, a dynamic picture that changes as the savings hit certain milestones, countdown to the next pocket money day, and the weekday of the next pocket money day.
overview history earn  - mobile view
  • History Tile: Provides a table of earnings and expenses with a limit of up to 20 items. Expands by 5 items at a time for easier navigation.

  • Plan Tile: Split into two tabs - "I want to spend money" and "I want to earn extra money".

    • Spend Money Tab: Allows children to calculate and apply for expenses. Expenses need admin (parent) approval before being deducted from the account.

    • Earn Money Tab: Lists chores with monetary rewards. Kids can select a chore, temporarily calculate the addition to the total sum and then submit it for approval by their parents. Once it is approved, the amount is permantently added to the total sum.

Application Details

  • Optimized for All Devices: Works seamlessly on mobile, tablet, and desktop.
  • Performance: Improved loading time and navigation using resolver and browser animations.
  • Error Handling: Display of error, info and sucess messages for improved user experience. Error Logging.
  • Multi-Language Support, ngx-translate library: Users can switch between English and German and read the translated text.

Ideas for Future Features

  • Userfriendly interface for the initial Configuration of the parents, to set number of children accounts, child names, sum of pocket money, interval of payment, levels for visual cues and incentives, generate QR codes for each child account to log in by themselves
  • Adjusted access of children to each others account, e.g. they can only see a graph how the income and expenses of their siblings developed compared to their own
  • Gamification: Definition of levels the children can reach, add messaging function

Start the app for local development

  1. (optional) Create a .env.local to provide custom configuration for your local environment
  2. To start the development server run
docker-compose up -d --build
  1. Unless you changed the APP_PORT it will provide the Web-App: http://localhost:8101/
  2. Unless you changed the APP_DB_ADMIN_PORT, it will provide the DB Admin: http://localhost:8102/
  3. To compile the frontend code run either
nx run client:build:development
nx run client:build:development --watch

Database Migration and seeding

To work on a local environment you need a database and potentially seed some sample data into it. To accomplish this go into the docker server container:

Create the database and execute the migrations

./bin/console doctrine:migrations:migrate

Load initial sample data into the database:

./bin/console doctrine:fixtures:load

Credits and Acknowledgements

Icons and illustrations used in the project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published