Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 699 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 699 Bytes

SpeedyTax

  • 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

  1. Clone the repository
  2. npm i -> To install all the dependencies
  3. npm start
Untitled.mp4