Cloning ShopClues.com
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
Suryansh completed the authentication part, some designing part and navigation also. Screenshot (975).png
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 : "projectshopclue1@gmail.com", Password : "Clue@12345", To : email, From : "projectshopclue1@gmail.com", 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.