Top 11 notes-app Open-Source Projects
-
Read this https://www.robinwieruch.de/react-function-component, lots of that https://blog.isquaredsoftware.com/series/blogged-answers/ and that: https://kentcdodds.com/blog. Also Take Note is a good example of best practices in React nowadays: https://github.com/taniarascia/takenote/releases As somebody mentioned before Material UI is great, but a bit heavy for a demo project. I would check out https://chakra-ui.com/. A bit more lightweight. Good luck with the interview!
-
nb
CLI and local web plain text note-taking, bookmarking, and archiving with encryption, filtering & search, Git-backed versioning & syncing, Pandoc-backed conversion, + more in a single portable script.
Project mention: nb v6: CLI and local web note-taking with linking, browsing, tagging, and more | reddit.com/r/programming | 2021-04-20 -
Scout APM
Scout APM - Leading-edge performance monitoring starting at $39/month. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
try fsnot.es - very similar to bear, has ios app. oh, and it's free!
-
Project mention: Does anyone else use markdown files as their notes and just copying the new files when transferring their notes to another device? | reddit.com/r/Markdown | 2021-04-20
Never used it, but heard only good things about: https://gitjournal.io/
-
P.S. I think that a special mention for Tomboy-NG is needed. Is a rewrite of a old Tomboy application, removing Mono dependencies
-
You can check out my notes app, https://github.com/PotatoProject/Leaflet. Completely null safe + most components are self made
-
The project on github: https://github.com/vladocar/Minimal-Notes
-
-
Project mention: Notepack: Privacy oriented, without vendor lock in note organizer, todo list desktop application | reddit.com/r/CKsTechNews | 2021-04-04
-
notesnook
A simple & easy to use private note-taking app that encrypts everything on the client side.
While reading the story about standard notes on hacker news, I came across a new encrypted note taking taking app that seems extremely promising. It pretty much fulfills every criteria I had so I thought of sharing it here. You can find it at https://notesnook.com/
-
Project mention: How to keep your Firebase project safe and secure from everyone | dev.to | 2020-11-23
Suppose you are also developing a CLI for your app (which I am doing), you might need your API key for refreshig the user's JWT (which I am doing :) ). So just don't use the same Firebase config API key, create a new one which has only access to the things we need, in this case, we need access to the Token Service API. So you can move to the Google APIs dashboard, and then select your preferred project.