website is hosted with netlify website link:
https://shop-at-ecomzy.netlify.app/
Ecomzy is an ultimate online shopping destination. You can immerse yourself in a seamless and delightful shopping experience where convenience meets style.
Product Listing: Users can view a list of available products, including their name, price, and an option to add them to the cart.
Cart Management: Users can add products to the cart, adjust the quantity of each item, and remove items from the cart.
Total Calculation: The application calculates and displays the total price of all the products in the cart.
SignUp: Users can SignUp to the website so that they can use the Dashboard.
LogIn: Users can Login to the website by giving their credentials.
To run the Shopping Cart locally, follow these steps:
- Clone the repository:
git clone https://github.com/AshutoshKumar0206/Ecomzy.git
- Navigate to the project directory:
cd Ecomzy
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit http://localhost:3000 to access the application.
If you're new to React or need a refresher, the following resources may be helpful:
-
React Official Documentation: The official documentation for React, providing detailed guides, tutorials, and API references.
-
Create React App: Official documentation for creating a new React app using Create React App.
-
Tailwind CSS Official Documentation: The official documentation for Tailwind CSS, providing information about the framework's utility classes and configuration options.
Contributions are welcome if you'd like to enhance the functionality or improve the code. Here's how you can contribute to the Shopping Cart project:
-
Fork the Repository.
-
Create a new branch: git checkout -b my-feature-branch.
-
Make your changes and commit them: git commit -m 'Add some feature'.
-
Push to the branch: git push origin my-feature-branch.
-
Submit a pull request.
Thank you for your interest in the Shopping Cart project! If you have any questions or need further assistance, please don't hesitate to reach out. Happy shopping!