Sign in
Log inSign up

Cloning ShopClues.com

Afreen Sheikh's photo
Afreen Sheikh
·Oct 3, 2021·

1 min read

CLONING SHOPCLUES We have covered HTML, CSS and Dom JavaScript, some concept of Local Storage. We tried to clone Shopclues website To purchase Products. 1.We were team of four members. 1.Narendra was worked on some frontend pages and filtration, cart product, wishlist product navigation. Screenshot (974).png

  1. Suryansh completed the authentication part, some designing part and navigation also. Screenshot (975).png

  2. Deepesh have big hand in making the web working out of box looking much better. function send_email(email) { console.log(email); Email.send({ Host : "smtp.gmail.com", Username : "", Password : "Clue@12345", To : email, From : "", Subject : "SIGNUP", Body : 'YOUR ACCOUNT HAS BEEN CREATED SUCCESSFULLY', }) } 4.I have also big hand in making the object and presentation better. Screenshot (973).png

KEY LEARNING:- Collaborating with friends learning Git-Hub Showing Drop-Down verifying E-mail were the key learning points for me as well as making the cart so dynamic.