Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codegallantx/ayame
https://github.com/codegallantx/ayame
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codegallantx/ayame
- Owner: CodeGallantX
- Created: 2024-04-04T02:28:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T22:58:39.000Z (6 months ago)
- Last Synced: 2024-07-26T01:18:13.291Z (6 months ago)
- Language: HTML
- Homepage: https://ayame-rust.vercel.app
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Things to Work on
1. Work on the missing part of the dashboard menu:
- Accounts
- Transactions
- Customer Support
- Settings2. Let the **Wallet** be updated and have a default value of 100 NGN.
> When a transaction operation is initiated, the increase or decrease of the balance, should take effect on the balance.
> Write out the logic of each operation, while for accounts, they are just details stored from when the person registered and are shown in a way like a user profile format - **Outstanding UI/UX**.3. *(optional)* Try working on sending details to the gmail as well or using `import random` to generate random 6 digits numbers *OTP*, which are used for verification. The OTP is sent to the user's mail and the user inputs the digits in a popup input field with a **_"Verify User"_** button.
> Make sure to choose the one with less stress **EASIER**