You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically redirects to the home page after a few seconds.
Shop Page
Displays a product showcase with images, descriptions, and prices.
Allows users to customize product options (size, color, etc.).
Shopping Cart feature to track selected items.
Checkout Process:
Users must add at least one item before proceeding.
Form validation to ensure all required details are entered.
Confirmation message after purchase completion.
Technologies Used
Frontend: HTML, CSS, JavaScript
Styling & Layout: CSS (External Stylesheet)
Interactivity & Validation: JavaScript
Future Enhancements
Enhance shop page with real-time inventory management.
Implement a backend system for user authentication and order tracking.
Improve checkout experience with secure payment integration.
About
Developed an interactive shopping dashboard featuring a splash screen, shopping page and checkout page for a website. The shopping page allows customers to add or delete items from the cart with real-time updates to the total value of the order.