Basic Todo list to track progress
- Save documents to MongoDB
- Add button to save
- Option to give title
- Get a document
- Search and put in "Input" field
- Add button to save
-
[✔] Create components
- [✔] Input
- [✔] Output
-
[✔] Connect relevant components
- [✔] Input -> App
- [✔] App -> Output
-
[✔] Convert simple text to HTML markdown format
- [✔] Sanitize input (to prevent XSS)
- [✔] Parse input as HTML
-
[✔] Add a markdown reference sheet
-
[✔] Add a quick copy button to output
-
[✔] Add a button to download output
- [✔] As HTML format
- [✔] As GitHub Flavored Markdown format