Open rmallols opened 6 years ago
Technical guidance:
How to manage routing with React:
Hint: Create two new components (CreateWallet
and LoginToWallet
) to host the content of the new url addresses:
CreateWallet
will be available on http://localhost:3000/create-new-wallet
LoginToWallet
will be available on http://localhost:3000/login-to-wallet
Related task on Kodflix
: https://github.com/rmallols/kodflix/issues/8
We want to be able to navigate from the landing page to both the
Create New Wallet
andLogin To Your Wallet
pages.Please add the corresponding links on the landing screen, to target these new views (they will be empty for the time being, we'll work on that shortly!).