/snippet-manager

Primary LanguageTypeScriptMIT LicenseMIT

Run locally

Start the app in the dev environment:

npm i
npm start

Packaging for Production

To package apps for the local platform:

npm run package

Implementation details

  • Used Electron-React-Boilerplate for initial setup
  • Used SCSS, TypeScript, and React
  • It's an application with single page
  • Divided application in separate components, find the components in renderer/Components directory
  • Created utility services to interact with LocalStorage

Screenshots

Screenshot 2023-08-08 at 4 38 22 PM Screenshot 2023-08-08 at 4 39 42 PM Screenshot 2023-08-08 at 4 39 54 PM Screenshot 2023-08-08 at 4 40 05 PM