Overview:
ByMe.com is an E-Commerce website based in the US that specializes in selling men’s and women’s clothing. It offers a wide range of products through its web application, providing customers with a seamless online shopping experience.
Features:
- Product Listing Page: Men’s and Women’s product listings with images for easy browsing.
- Single Product Page: Detailed information and images for each product.
- Wishlist Page: Allows users to save desired items for future purchase.
- Cart Page: Displays selected items and allows users to manage their shopping cart.
- Checkout Page: Secure and convenient checkout process for placing orders.
- SignUp and Login Pages: User authentication to personalize the shopping experience.
Installation:
To install ByMe.com web application, follow these steps:
- Clone the repository from GitHub.
- Install Node Package Manager (NPM) if not already installed.
- Open the command line and navigate to the downloaded repository.
- Run the following command to install the required dependencies:
npm install
- Create a MongoDB database and update the connection URL in the
.envfile. - Run the application using the following command:
npm start
- Open your web browser and access the application at
http://localhost:3000.
Summary:
ByMe.com is an E-Commerce website that offers a wide range of men’s and women’s clothing products. With its intuitive user interface and robust features such as product listings, wishlists, and secure checkout, customers can enjoy a seamless online shopping experience. The application is built using a tech stack consisting of React, Redux, Chakra UI, Mongoose, MongoDB, and Node.js. It was developed collaboratively by a team of four developers within a four-day timeframe.