A personal finance tracker to monitor and regulate your spending habits

3 Open Issues Need Help Last updated: Jul 14, 2025

Open Issues Need Help

View All on GitHub
Finance Personal Finance Tracker

AI Summary: Implement a user registration API endpoint (/api/auth/register) for a personal finance tracker. This includes creating the endpoint, adding input validation (email format, password strength, duplicate checks), password hashing, and returning appropriate JSON responses. Unit tests are also required.

Complexity: 4/5
good first issue backend

A personal finance tracker to monitor and regulate your spending habits

Python
Finance Personal Finance Tracker

AI Summary: Create a User model with id, username, email, password_hash, and created_at fields using SQLAlchemy. Set up database configuration, generate migration scripts, implement password hashing, and test basic CRUD operations on the User model. This involves database setup, model creation, and security implementation.

Complexity: 4/5
good first issue backend

A personal finance tracker to monitor and regulate your spending habits

Python
Finance Personal Finance Tracker

AI Summary: Set up the initial project environment for a Flask-based personal finance tracker application. This includes creating a Git repository, setting up a virtual environment, configuring environment variables, establishing a basic Flask application structure, configuring database connection using SQLAlchemy, and implementing a basic health check API endpoint.

Complexity: 3/5
good first issue frontend

A personal finance tracker to monitor and regulate your spending habits

Python