Skip to content

This project implements an algorithm to analyze flower order costs. It considers pre-defined bundle options to identify the most cost-effective combination for a given order.

Notifications You must be signed in to change notification settings

HarrisFauntleroy/flower-shop

Repository files navigation

Flower shop

About

Process orders from a flower shop

Setup

yarn:

# Install dependencies
yarn

# Start nodemon (view example output)
yarn dev

# Run tests
yarn test

# Check types
yarn type-check

# Build to Javascript (output in ./dist)
yarn build

# Run compiled build (runs the example file to show output)
yarn start

Coverage Quality gate Security rating Maintainability Bugs Vulnerabilities Code smells


About

This project implements an algorithm to analyze flower order costs. It considers pre-defined bundle options to identify the most cost-effective combination for a given order.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published