Piggi
- 2 Devlogs
- 11 Total hours
I'm building a savings goals app where you input your pocket money and job earnings, and an integrated AI automatically generates a personalized savings plan and provides financial tips.
I'm building a savings goals app where you input your pocket money and job earnings, and an integrated AI automatically generates a personalized savings plan and provides financial tips.
Log #2
I largely finished the structure of the app, but it’s a work in progress and a few bugs to fix. The code is now on GitHub - try it out! These things are improved or new:
· New menu for the settings
· New dark mode
· A clearer diagram for expenses
· New buttons
· Maximum of 10 saving goals and 5 sources of income
· A few more improvements
I had a problem with the Editing UI of the balance because I renamed a class in CSS but not in HTML and JS.
As the next step I want to build the PiggiAI. It’s an AI assistant and it uses your Gemini API key. How you get this key is explained in the README in GitHub. Right now, the tile ‘PiggiAI’, the PiggiAI input bar at the bottom and the menu to enter your API key are currently non-functional, I’m working on it.
I’m working on the UI. This is my first prototype.