Recipe Selection React Test

Description

The Recipe Selection Page is the core experience of our digital product. Every week millions of users enter this page to select the recipes they'll receive at their homes.

Features

  • Add/Remove recipes to the box.
  • Calculate total price with shipping

How to Install and Run the Project

npm i

Install the dependencies to the local node_modules folder

npm start

Runs the app in the development mode.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run test

Launches the test runner in the interactive watch mode.\

##TODO

  • Add individual price calculation to summary box
  • Recipes and PriceInfo tests

Author