This is a simple note-taking app that i built for myself last year. It includes some features as follows:
- File organizations
- Note list
- Folder group
- Tagging
- Autoupdate
- Word counting
- Theme customization
- ...more features. see here
What i use to build this app
- Tauri: a toolkit that lets you build desktop app
- Reactjs
- Zustand: the best state management for me now - simple, easy to use
- Firebase
- Tiptap: the main text editor
- Algolia: Fulltext search service
If you guys want to use it, please take a look at this vietnamese instruction or english instruction.
Or you can try the web version using Vercel Button. However you have to follow the above installation to create project setting on Firebase first. The app requires these config to build.
For newbie, go to my setup video on Youtube
Feel free to folk the repo and request a new PR for your refactoring or features