Skip to content

Repository files navigation

Calculator App (Pro Structure)

A cleanly organized Electron app with separated main, preload, renderer, and shared layers.

Scripts

  • npm start – run the app
  • npm test – run unit tests (Jest)
  • npm run build – package the app for macOS/Windows/Linux (electron-builder)

Structure

src/
  main/       # Electron Main process
  preload/    # contextBridge: exposes safe APIs
  renderer/   # UI (DOM, CSS, HTML)
  shared/     # Pure logic (no DOM)
tests/         # Unit tests
assets/        # Static assets (icons, etc.)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages