Skip to content

Ledger Analyzer is a robust application developed using the Nextron stack by an experienced developer. This application excels in efficiently analyzing and comparing data between two Excel files from different parties. Its primary focus is on identifying discrepancies in financial information and generating detailed mismatch reports.

Notifications You must be signed in to change notification settings

subhranshuchoudhury/Ledger-Analyzer

Repository files navigation

Usage

Create an App

# with npx
$ npx create-nextron-app my-app --example with-tailwindcss

# with yarn
$ yarn create nextron-app my-app --example with-tailwindcss

# with pnpm
$ pnpm dlx create-nextron-app my-app --example with-tailwindcss

Install Dependencies

$ cd my-app

# using yarn or npm
$ yarn (or `npm install`)

# using pnpm
$ pnpm install --shamefully-hoist

Use it

# development mode
$ yarn dev (or `npm run dev` or `pnpm run dev`)

# production build
$ yarn build (or `npm run build` or `pnpm run build`)

About

Ledger Analyzer is a robust application developed using the Nextron stack by an experienced developer. This application excels in efficiently analyzing and comparing data between two Excel files from different parties. Its primary focus is on identifying discrepancies in financial information and generating detailed mismatch reports.

Resources

Stars

Watchers

Forks