You are browsing as a guest. Sign up (or log in) to start making projects!

Sweep

  • 1 Devlogs
  • 2 Total hours

I'm trying to build a macbook cleanup tool for myself and my friends thats easy to use and free.

Open comments for this post

1h 40m 12s logged

40 dollars just a clean up app seemed too much for me so I decided to make my own.
Today was just scaffolding. Electron app, main.js for the app lifecycle, a renderer.js for the UI side, and a scanners/folder where each feature gets its own file systemJunk.js, largeFiles.js, memory.js, that kind of thing. I’m also splitting out a lib/ folder for pure logic with zero Electron/fs dependencies, specifically so I can unit test it without spinning up a whole Electron window every time. Future me will thank present me for this. Probably.

No actual scanning yet. Just an app that opens a window and doesn’t crash. Big win in my eyes.

1
0
8

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…