Brookstone sells a wide assortment of products, including remote control helicopters and drones, alarm clocks and smartwatches, massage chairs, speakers, iPads and tablet accessories, blankets, pillows, and many other lifestyle items.
Tech-Stack Used in Website Cloning-
HTML,
CSS,
JAVASCRIPT,
NODE JS,
EXPRESS,
MONGO DB ATLAS,
MONGOOSE,
https://stunning-granita-008bec.netlify.app/
https://tame-hare-nightshirt.cyclic.app/
DAY-1---
WORKED ON THE LANDING PAGE OF THE WEBSITE THAT INCLUDES, NAVBAR, BODY CONTENT, AND FOOTER.
DAY-2---
Worked on Login/SignUp page and same on the Frontend, User can register themselves by entering their name, email and password.
After registering themselves the user can login themselves and start shopping.
DAY-3---
Worked on the Backend Register / login /logout / account page
DAY-4----
Worked on the product page of the website, Created API using mongoDB and fetch the same to frontend. In backend products can be added, updated as well as deleted.
following are the end points for the crud operation on products---
https://calm-erin-caterpillar-shoe.cyclic.app/api/products
https://calm-erin-caterpillar-shoe.cyclic.app/api/addProduct
https://calm-erin-caterpillar-shoe.cyclic.app/api/update/id
https://calm-erin-caterpillar-shoe.cyclic.app/api/delete/id
DAY-5 ---
Worked on the Cart, Checkout and Admin page, and the Admin can do all the crud operation from frontend.