The Markdown based note taking web app that manage's your notes for you and it made using react js, firebase
https://note-kepper-rahulporel.netlify.app/
- Create new notes and then edit & delete.
- it supportes markdown based text you can make your
- Notes are written in GitHub Flavored Markdown, and you can also write KaTeX expressions, Mermaid diagrams and so much more
- Note-Keeper also gives you a very powerful Markdown editor, you can add images, links, so much more
- it saves your note to firebase database
- it uses debounching effect to save your data to db for optmizization
- hover over your title to view delete icon
- it's currently in beta stage
- If you don.t know what markdown editor is and how to use it then read this great article to understand it.
npm i
npm run dev