Create a Login and Registration Page with React Router
About
In this repo I was given a Task to create a Login and Registration page which will reflect all the baiscs I have learned in the first week and I have also learned React-router along with this task as I had to implement it. Screen-shots are below:
- On clicking on the Login button it will go to home page
- And clicking the “register nor” it will go to registration form
– On clicking Register button it will go to Home page
– And clicking the “Login!!” it will go to Login form
NOTE: Authentication is not done in this Task