A cashier function that adds products to a cart and displays the total price. Read more about this project here
These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.
Requirements for the software and other tools.
- Ruby >= 3.0.1
- Bundler 2.2.27
Start cloning this repository and then install dependencies using Bundler.
git clone https://github.com/nelsonmfinda/chashier.git
cd cashier
bundler install
bundler exec rspec # or just: rspec