TrackFlow is a web application that allows users to upload receipts and extract relevant information from them, such as the date, business name, service name, and service amount. The extracted data is then displayed in a table format for easy viewing and analysis.
- Upload receipts
- Extract relevant information from receipts
- Display extracted data in a table format
- Next.js
- Tailwind CSS
- Shadcn UI
- JigsawStack
- Clone the repository
- Install dependencies:
npm install
- Run the development server:
npm run dev
Environment variables:
JIGSAWSTACK_API_KEY
NEXT_PUBLIC_JIGSAWSTACK_PUBLIC_KEY
- Open http://localhost:3000 with your browser to see the result.