- Here all the different types of breeds are listed with the Search Bar and Login Button.
- When you type something to search, it will a generate a query on it and on the basis of it fetch data and render it.
- When you click on any of the Card from the list, you will be redirected to the details page about that breed and the dog.
- I have implemented authentication using Auth0 using Login/Register Page due to time constraint.
- One can implemented by different ways using JWT, Firebase Auth, Next Auth, and Custom Auth using MERN.
- If a user is authenticated and logged in, his/her name(email id) will be displayed on the screen with the log out button.