michaelwschultz / timelapse-app

Tiny desktop app that creates timelapse videos using your built in desktop/laptop camera.
8 stars 0 forks source link

Convert to React #7

Open michaelwschultz opened 5 years ago

michaelwschultz commented 5 years ago

This was a great prototype but this code is impossible to read and super unmaintainable. Breaking apart the app to be more functional will help a ton when it comes to adding new features.

michaelwschultz commented 4 years ago

https://medium.com/@yogeshkumarr/production-ready-electron-app-using-react-and-parcel-web-bundler-74dcda63f148

michaelwschultz commented 4 years ago

This will help with the camera portion. https://blog.logrocket.com/responsive-camera-component-react-hooks/