About

This is an offline-first, over-engineered desktop application used to track transactions for a nail salon owned by my parents.

UI

  • ๐Ÿ˜ Vue 3
  • ๐Ÿ’ป Typescript
  • ๐ŸŒˆ Tailwind css
  • โšก Electron
    • Target linux, windows, and mac running your choice of architecture

Persistence

  • ๐Ÿ“ฆ pouch-db stores locally and syncs to a remote IBM Cloudant instance running CouchDB

Testing

  • ๐Ÿคก Jest unit tests
  • ๐ŸŒฒ Cypress integration tests
  • ๐Ÿ‘ท Act to simulate Github Actions workflows

CI/CD

  • ๐Ÿšš GitHub Actions for fully automated:

    • ๐Ÿงช Tests
    • ๐Ÿ›  Builds
    • ๐ŸŽ‰ Releases
  • ๐Ÿณ Docker

    • ๐Ÿค“ Build to any target without the need to manage dependencies like wine
    • ๐Ÿ˜ด Simplifies build pipelines