The Shopping Application is a comprehensive e-commerce website built with ReactJS, offering users a seamless shopping experience. Users can browse through various categories, view products, add items to their cart, and complete purchases securely.
- Product Catalog: Browse through a wide range of products organized into different categories.
- Product Search: Search for specific products by name, category, or keywords.
- User Authentication: Register an account or log in to an existing account to access personalized features.
- Shopping Cart: Add products to the cart, update quantities, and remove items as needed.
- Checkout Process: Securely complete purchases with integrated payment processing.
- Order History: View past orders and track order statuses.
- ReactJS
- React Router
-
Clone the repository to your local machine:
git clone https://github.com/sivaprasath2004/shopping-application.git
-
Navigate to the project directory:
cd shopping-application
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and visit
http://localhost:3000
to view the application.
-
Clone the repository to your local machine:
git clone https://github.com/sivaprasath2004/shopping-backend.git
-
Navigate to the project directory:
cd shopping-backend
-
Install dependencies:
npm install
-
Start the development server:
node index.js
- Register an account or log in to an existing account.
- Browse through product categories or use the search functionality to find specific items.
- Add desired products to the shopping cart.
- Review items in the cart, update quantities if necessary, and proceed to checkout.
- Enter shipping and payment information to complete the purchase.
Contributions are welcome! If you'd like to contribute to this project, feel free to submit pull requests or open issues for any improvements or features you'd like to see added.