You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here all the different types of breeds are listed with the Search Bar and Login Button.
Searching Functionality
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.
Dog and Breed Details Page
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.
Login Screen
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.
About
Built The Dog App using Dog API with React.js, React-router-dom, Tailwind CSS and Auth0. Built the login/register page, Search Bar Component, Dog Breeds Page, and Dog Breed Details Page.