This update includes the following changes and improvements:
- ✅ **Mines Game**
- Added safety guards to prevent the edge-case failures that happend before.
- Replaced the mine amount selector input with `+` and `–` buttons based on the suggestion.
- 🎲 **Dice Game**
- Integrated a new Dice game based on [this CodePen implementation](https://codepen.io/oradler/pen/zxxdqKe).
- Included a sound effect for dice rolls to enhance user interaction. ( No Copyright Issues there )
feat: implement TradeModal for buying and selling coins with validation and transaction handling
feat: create server-side trade API for executing buy/sell transactions and updating user balances
feat: add transactions API to fetch user transaction history
feat: implement portfolio page to display user's holdings and recent transactions
feat: create user image retrieval API endpoint
feat: enhance coin page with dynamic data fetching and improved UI
feat: implement coin creation form with validation and submission logic
feat: add user settings page with profile update functionality