PharmaShop is a web-based application designed to simulate an online pharmacy experience. Users can log in or sign up, browse a catalog of medicines, add items to a cart, track orders, and complete billing—all within a simple, intuitive interface. Built with HTML, CSS, and JavaScript, this project uses local storage for user data and a CSV file as a mock database for medicine information.
Key Features User Authentication: Secure login/signup with local storage. Medicine Catalog: Browse medicines with search and pagination. Shopping Cart: Add, update, or remove items with real-time cost calculation. Order Tracking: Track orders using randomly generated IDs. Billing System: Complete purchases with a form and confirmation modal.