PillTrackr is an online platform that connects users to nearby pharmacies, making it easy to find and purchase medicines with features like instant delivery, top-quality products, and 24/7 support. The project includes various pages such as cart, product details, checkout, and more, allowing for a seamless user experience.
- 🚚 Instant Delivery: Fast delivery of medicines to your doorstep.
- 🛡️ Top Quality Products: Partnered with trusted pharmacies to ensure quality.
- 🕒 24/7 Support: Customer support available at any time for inquiries and assistance.
- 📍 Location-Based Service: Find pharmacies closest to your location.
- 🔍 Search Functionality: Easily find products like tablets, syrups, and medical instruments.
- 💬 Promotional Offers: Access to special offers, such as discounts on total purchases.
Here is a brief overview of the project's folder structure:
html/
: Contains HTML files for various pages likeabout.html
,cart.html
,checkout.html
,contact.html
,login.html
,order.html
,product.html
,search.html
, andsignup.html
.css/
: Stylesheets for different components includinghome.css
,nav.css
, andfooter.css
.js/
: JavaScript files (home.js
,nav.js
,wishlistbtn.js
, etc.) for dynamic behavior on the site.images/
: Contains all images used throughout the website, such as logos, promo images, and product images.
To get a local copy of the project up and running, follow these simple steps:
- Web browser (Chrome, Firefox, etc.)
- Code editor (like VS Code)
- Clone the repository:
git clone https://github.com/gamandeepsingh/pillTrakr.git
- Navigate to the project directory::
cd pillTrakr
- Open index.html in your browser::
open html/index.html
#Usage -**Navigate through different pages such as cart.html to view your cart, checkout.html for placing orders, and login.html for user authentication. -**Explore the search.html page to look for medicines and healthcare products. -**Use the about.html and contact.html pages to learn more about the project and get in touch with us.
#contributing -**We welcome contributions to enhance PillTrackr. To contribute, follow these steps:
-
Fork the repository.:
-
Create a new branch for your feature:
git checkout -b feature/YourFeature
-
**Commit your changes
git commit -m "Add some feature"
-
**Push to the branch
git push origin feature/YourFeature
-
**Create a Pull Request.
#License **This project is licensed under the MIT License. See the LICENSE file for details.