This project was planned to be done using UI-library for decreasing the time of development.
UI had to provide the following options:
- Registration, logging in and out;
- Showing a wallet data;
- Replenishing of the balance;
- Currency exchange;
- Sending money;
- Control over the favorites list;
- Displaying of exchange rates;
- Notifications about operations.
I designed the 3 column UI. The most important part of it — money operations — is in the middle.
When the prototype was accepted I headed directly to coding it. The appearance of the UI elements was defined by the Semantic UI library, so all I had to to is to bring everything together.
Rates table, which is originaly horizontal, was taking too much space on mobile screen, so I had to transpose it.
That year popular trends were neon and retrowave, so I made a background resembling the cyberspace, alongside with a blinking neon-ish title.
Netcoin Exchange is a final project of the «Basic JavaScript» course at this moment. Source code can be found in repo.