Skip to content

Schow94/TabWise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TabWise

App Description

  • Web application that takes an image of a receipt as an input and extracts data from the receipt. Once data is extracted, it's parsed into a web form so user can make changes to the receipt data. User can then determine how many people to split the bill with and send the bill to each receipient via email.

Landing Page

Screen Shot 2022-03-18 at 4 25 16 PM

Login Page

Screen Shot 2022-02-18 at 9 47 54 PM

How to Use

How to Use

Receipt Upload

Upload

Extracting Data

Extract

Review Page

Review

Receipts Page

Receipts

Receipt Page

Receipt

Email Functionality

Email

/api

folder structure

Backend Tree

Command to run api

  • $ gin --appPort 8080 --port 5000

/frontend

folder structure

Frontend Tree

Command to run frontend

  • $ npm start