This is Restan a project made using React Next.js
Click here to view the deployed app on vercel: 👇
https://restaurant-five-navy.vercel.app/
This project includes features like reusable components,light mode-dark mode compatibility,user responsiveness and also it includes navigation between pages :
-->Home page(app/page.js) -->About Us page(app/aboutus) -->Blog page(app/blog) -->Cart page(app/cart) -->Chef page(app/chef) -->Contact Us page(app/contactus) -->Login page(app/login) -->Menu page(app/menu) -->Register page(app/register) -->Reservation Page(app/reservation)
For more details of the structure of the project refer the ppt: 👇 https://1drv.ms/p/c/997eaee7087ae281/IQCTPnq2O7XETa-SURie_rqPASJvUa8mHrJ2ZQwvcosNOeY?e=Do2RUd
This project also has firebase authentication which has to folders firebase.js and core/auth.js
This project has a file called items.js in which the items to be added to cart are listed in an array to have easier addition of items in the home page.