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