Previously known as Wicked Sales. A full stack JavaScript e-commerce application for pet-related products.
- React.js
- Webpack 4
- Bootstrap 4
- PHP
- MySQL
- HTML5
- CSS3
- AWS EC2
Link: https://borker.juliehchung.com
- User can view a list of products.
- User can view the product details.
- User can add a product to the cart.
- User can view a cart summary.
- User can remove a product from the cart.
- User can increment/decrement product quantities in the cart.
- User can place an order.
- User can view order confirmation.
- NPM 6 or higher
- MySQL 7 or higher
-
Clone and enter the repository.
git clone https://github.com/juliehchung/borker.git cd borker
-
Install all dependencies with NPM.
npm install
-
Start the project.
npm run dev
-
Once started, you can view the application by opening http://localhost:3000 in your browser.