This is a team project, built by us in the Construct Week - Unit 2 at Masai School.
Home Page
: Created by using flex and grids.Sign-Up Page
: User have to sign-up by using his/her mobile number.Sign-In Page
: User authentication to check whether the entered password is the correct password or not.OTP Sent
: Random 6 digit OTP generated everytime for user here.Cart Page
: User can see or remove products added in the cart.Payment Page
: Users can add their payment details and also avail for discount.Checkout Page
: Users can add the delivery address.Order Processing Page
: setTimout to emulate original payment flow.Order Successful Page
: cart gets empty automatically in local storage, once the user lands on this page.
First you have to have to go to the signup page and create a new account. Then you will get a random OTP. Use that to complete the signup process. Now you can go to the shops page page and then select a particular shop and then select your products according to the categories and then add the products to the cart. After that you can proceed to the checkout page. There you can go to the checkout page and add your address and proceed to payment page to add your debit/credit card detials to place your order successfully.
HTML
CSS
JavaScript
- Home Page
- Sign-Up Page
- OTP Sent
- Cart Page
- Checkout Page
- Order Processing Page
- Order Successful Page