kryptokay / kwallet

0 stars 0 forks source link

Introduce routing / navigation #3

Open rmallols opened 6 years ago

rmallols commented 6 years ago

We want to be able to navigate from the landing page to both the Create New Wallet and Login 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!).

rmallols commented 6 years ago

Technical guidance:

How to manage routing with React:

rmallols commented 6 years ago

Hint: Create two new components (CreateWallet and LoginToWallet) to host the content of the new url addresses:

rmallols commented 6 years ago

Related task on Kodflix: https://github.com/rmallols/kodflix/issues/8