nelsonmfinda / chashier

A cashier function that adds products to a cart and displays the total price.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cashier

A cashier function that adds products to a cart and displays the total price. Read more about this project here

Getting Started

These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Requirements for the software and other tools.

- Ruby >= 3.0.1
- Bundler 2.2.27

Installing

Start cloning this repository and then install dependencies using Bundler.

git clone https://github.com/nelsonmfinda/chashier.git
cd cashier
bundler install

Running the tests

bundler exec rspec # or just: rspec

About

A cashier function that adds products to a cart and displays the total price.

License:MIT License


Languages

Language:Ruby 98.9%Language:Shell 1.1%