Built with React and Node -- able to edit current client amount owed, along with email, and name. You can sort by amount owed and name.
There is no persistent data as of yet, hence the sample data loading.
Start by installing front and backend dependencies. While in this directory, run the following commands:
yarn install
cd client
yarn install
cd ..
After both installations complete, run the following command in your terminal:
yarn start