Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.32 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.32 KB

Eat n Split

Project Introduction

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.

Live Preview

Live Preview

Overview

overview

This Application was Built with:

External libraries and APIs:

Ways to reproduce

  • npm i
  • npm start
  • npm run build

Getting Started

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.

Prerequisites

Start with the latest version of NPM to avoid any errors:

  • npm
    npm install npm@latest -g

    Installation

  1. Clone the repo
    git clone https://github.com/fadayopaul/sharefact.git
  2. Install NPM packages
    npm install