Hello, this is assignment 11
This is a site in which anyone can serch for toy for his children. Now I will give the projects making steps.
- First I make the UI of the project. I took idea from dribbl.
- I make header, banner. Then I also make footer.
- I use pagination in Alltoy section
- I make 3 tabs with react tabs. I give them a view details button.
- I make addtoy and viewdetails in private route.
- If user is not log in view details button redirect the user to login page.
- I make email and password authentication, google authentication.
- I add a spinner in private route.