Chrono Capsule
- 3 Devlogs
- 5 Total hours
Time-driven encrypted digital media-rich capsules
Time-driven encrypted digital media-rich capsules
Currently, I am working only on refactoring the code (may also include changes to terms used) and upgrading the dependencies. Configuring eslint with the right rules took a lot of time than required (I faced lot of errors such as TypeError: Plugin "" not found., A configuration object specifies rule "@eslint-react/naming-convention/component-name", but could not find plugin "@eslint-react/naming-convention". and so on…)
styles foldershell-quote from 1.8.3 to 1.8.4 (#75)vite from 7.3.5 to 8.0.16 (#79)node-cron from 4.1.1 to 4.4.1 (#20)eslint from 9.33.0 to 10.5.0 (#59)@vitejs/plugin-react from 4.6.0 to 6.0.3 as plugin-react did not support vite v8 (that was currently installed)globals, eslint-plugin-react-hooks, @eslint-react/eslint-plugin, @eslint/js to dev dependencies for eslint configurationImplement Google OAuth successfully (I had stopped working with this at the end of SoM, and now nearly completed it)
Hey guys!
I’ll be restarting to work on my project Chrono Capsule, a web app I started to work on during Summer of Making
The project is about creating encrypted time capsules and setting an unlock date on which the receiver receives the capsule at the email.
I’ll be improving the UI, adding an option to view capsule on the web instead of only pasting the content in the email (makes sure that it is sent from the right person as anyone can imitate the style of my email and send such an mail), upload media in the right sense, improve authentication methods and much more…
I haven’t yet started working, just updating the dependencies and fixing the vulnerabilities as it’s been almost a year.