A secure and modern web application to manage wallet balances — supports adding, subtracting, freezing, unfreezing, rewards, and currency conversion.
- Python (Flask)
- HTML, CSS, JS (Vanilla)
- SQLite
- REST API
- User authentication
- Balance management (add, subtract)
- Freeze/unfreeze wallet
- Reward system
- Currency conversion to USD
- Stylish and responsive UI
app.py— main backend logictemplates/— contains HTMLstatic/— CSS & JSusers.json— simple user DBwallet.db— SQLite database
python app.py