Welcome to Bamboo Mart, a modern and minimal eCommerce frontend built with React + Vite. This project is optimized for speed, simplicity, and clean UI — perfect for eco-friendly or bamboo-inspired product stores.
To get started with Bamboo Mart, follow these steps:
-
Clone the Repository:
git clone https://github.com/Adrian1jr/BambooMart.git cd BambooMart -
Install Dependencies:
npm install
-
Run the Development Server:
npm run dev
Open your browser and navigate to
http://localhost:5173to see the app in action.
You can set any email and password to login, for example:
- Email:
test@gmail.com - Password:
123456
(Every feature is implemented with mock data)
- Product Showcase: Display a variety of bamboo products with images, descriptions, and prices.
- Responsive Design: Optimized for both desktop and mobile devices.
- Product Filtering: Filter products by category, price, and more.
- Cart Functionality: Add products to the cart and manage your shopping experience.
- User Authentication: only with mock data, allowing you to simulate user login and access protected routes.