Wally's Widgets is a project that simplifies the process of ordering widgets by optimizing the selection of widget packs to fulfill an order. It provides an efficient solution to determine the best combination of widget packs for a given order size, following specific rules.
- Optimal Packing: The application calculates and displays the optimal combination of widget packs to fulfill a given order size.
- Multiple Pack Sizes: Supports multiple widget pack sizes to accommodate different order quantities.
- User-Friendly Interface: A user-friendly web interface makes it easy to place widget orders.
Clone the project
git clone https://github.com/Timmsy1998/wallys-widgets.git
Go to the project directory
cd wallys-widgets
Install dependencies
npm install
Start the server
npm run serve