kryptokay / kwallet

0 stars 0 forks source link

Define the 'Login To Wallet' page #7

Open rmallols opened 6 years ago

rmallols commented 6 years ago

After the landing and CreateNewWallet views, it's time to introduce the LoginToWallet page, available under http://localhost:3000/login-to-wallet.

rmallols commented 6 years ago

Technical guidance:

For now, just introduce the UI, following the well-known flex-box pattern.

Create the Login button, but don't attach any action to it yet. You can, however, add the event handler (by e.g. adding a console.log when user clicks on it), in order to prepare the get the logic as much prepared as possible for the next steps.