Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.26 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.26 KB

The Dog App

Home Screen

  • Here all the different types of breeds are listed with the Search Bar and Login Button.

Screenshot (89)


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.

Screenshot (93)


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.

Screenshot (88)


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.

Screenshot (95)