- Desktop application to aid clients in filing for tax-returns.
- Connects clients with tax consultants who help clients through the process.
- Each component of the app is separated into different modules to make sure that migrating to a different technology is easy.
- Interactions with database are completely asynchronous making the app highly responsive.
Tech Stack:
- UI: React.js
- Backend: Electron.js
- Database: Sqlite3
- Language: TypeScript
To build and run
- Clone the repository
npm i
-> To install all the dependenciesnpm start