React app to split bills, track shared expenses in a group of friends easily and find out "Who owes whom and how much?" with a transaction minimisation algorithm.
npm i
npm start
npm run build
To get started with project just simply fork this repo or download locally on your System.
To get a local copy up and running follow these simple example steps.
Start with the latest version of NPM to avoid any errors:
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/fadayopaul/sharefact.git
- Install NPM packages
npm install