Welcome to the Duronto Ecommerce Platform GitHub Repository! Duronto is an ecommerce platform developed as a part of a semester project, utilizing HTML, JavaScript, and CSS technologies to provide a seamless online shopping experience.
-
User Authentication: Users can create accounts, log in, and manage their profiles, which includes viewing past orders and updating personal information.
-
Product Catalog: Browse a wide range of products categorized into different sections. Product pages provide detailed information about each item.
-
Shopping Cart: Users can add products to their cart while browsing and view the cart at any time to see the selected items and their total cost.
-
Checkout Process: A streamlined checkout process allows users to enter shipping details, select payment options, and place orders securely.
-
Order History: Users can track their order history and view details about previous purchases.
To run the Duronto Ecommerce Platform locally on your machine, follow these steps:
-
Clone the repository to your local machine using the following command:
git clone https://github.com/suman1406/Duronto.git
-
Navigate to the project directory:
cd Duronto
-
Open the
index.html
file in your preferred web browser.
We welcome contributions to enhance the functionality and features of the Duronto Ecommerce Platform. To contribute, follow these steps:
-
Fork the repository to your GitHub account.
-
Clone your forked repository to your local machine:
git clone https://github.com/YourUsername/Duronto.git
-
Create a new branch for your feature or bug fix:
git checkout -b feature/new-feature
or
git checkout -b bug/bug-fix
-
Make your changes and improvements.
-
Commit your changes with descriptive commit messages:
git commit -m "Add new feature" -m "Description of the feature added."
-
Push your changes to your forked repository:
git push origin feature/new-feature
-
Create a pull request from your forked repository to the main repository's
main
branch.
Duronto Ecommerce Platform is developed and maintained by Suman Panigrahi and Prasad Simhadri. It was created as a part of a semester project at Amrita Vishwa Vidyapeetham, Coimbatore.
Duronto Ecommerce Platform is released under the MIT License.
For any inquiries or issues, please contact psuman1406@gmail.com
Thank you for your interest and contributions to the Duronto Ecommerce Platform! Happy shopping! 🛍️