Skip to content

feat(checkout): add checkout page with contact details and place order#5

Merged
tejaspokale22 merged 1 commit intotejaspokale22:mainfrom
Aniketpolkar:feat/issue-3
Oct 7, 2025
Merged

feat(checkout): add checkout page with contact details and place order#5
tejaspokale22 merged 1 commit intotejaspokale22:mainfrom
Aniketpolkar:feat/issue-3

Conversation

@Aniketpolkar
Copy link
Contributor

Overview

Adds a checkout page to place orders with contact details (no payment integration yet).

Changes

  • Checkout form collects: Name, Email, Phone, Address.
  • Place Order button confirms order and clears the cart.
  • Order data temporarily stored in localStorage.
  • Confirmation message displayed after placing order.

Testing

  • Filled checkout form and placed an order; cart cleared and confirmation shown.
  • Form validation for required fields.
  • Responsive design for mobile and desktop.

Notes

  • Backend order storage to be implemented in future updates.

Closes #3

@vercel
Copy link

vercel bot commented Oct 7, 2025

@Aniketpolkar is attempting to deploy a commit to the Tejas Pokale's projects Team on Vercel.

A member of the Team first needs to authorize it.

@tejaspokale22 tejaspokale22 merged commit c869436 into tejaspokale22:main Oct 7, 2025
1 of 3 checks passed
@tejaspokale22
Copy link
Owner

Woking perfectly!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Checkout Functionality

2 participants