This is just an initial basic implementation of a Bill Splitting Application that divides the bill specifically based on what the user has opted to share an item for.
- Git
- NodeJS
git clone https://github.com/siliconvolley/split-it-web.git
2.1 Navigate to the split-it-web
directory, and Install the dependencies:
cd split-it-web
npm install
npm run dev