The vast majority of websites or programs for notes, to-do's, calendars with events ... work by storing data on servers, making private information vulnerable or public.
That is why we have created this project which saves everything locally and encrypted, being YOU THE OWNER OF YOUR DATA and no one else can access it.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
You are free to:
Share — copy and redistribute the material in any medium or format
Adapt — remix, transform, and build upon the material
The licensor cannot revoke these freedoms as long as you follow the license terms.
Under the following terms:
Attribution — You must give appropriate credit , provide a link to the license, and indicate if changes were made . You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
NonCommercial — You may not use the material for commercial purposes .
ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
- ✅ Create index
- ✅ Create navbar
- ✅ Add white and dark theme
- ✅ Add language support
- ✅ Add calendar with event system
- ✅ Add notes
- ✅ Add tasks to do
- ✅ Add funcionality
Clone project
git clone https://github.com/CodeOfVictor/MyPrivacy.gitInstall dependencies
npm installRun it
npm startDeploy your own version
npm run buildor
npm run deploy