8000 GitHub - vinitkesh/Notes3: An minimalist Note Taking App that uses Markdown for rendering notes.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vinitkesh/Notes3

Repository files navigation

Notes3

An minimalist Note Taking App that uses Markdown for rendering notes in MERN Stack.

Write in markdown -> Save in HTML

The App is written in MERN stacks using MongoDB Atlas as serverless database URI.

Frontend Dependencies

  • axios : For API Calls
  • gsap : Entry animations
  • mui + react-icons : For icons
  • react-markdown : To render HTML from markdown
  • react-modal : For modals
  • react-router + react-router-dom : For routing
  • rehype-raw (DEPRECATED/UNUSED) + remark-gfm (DEPRECATED/UNUSED) : To give markdown elements prebuilt CSS
  • tailwindcss : For efficient CSS addition to HTML tags

Backend Dependencies

  • cors : To allow cross-origin resource sharing
  • dotenv : To protect secret URIs and JWT token key
  • express : Middleware to facilitate API endpoints easily
  • jsonwebtoken : For authentication
  • mongodb : Database of choice
  • mongoose : Object data modeling library for MongoDB

Made with ❤️ by Vinit

About

An minimalist Note Taking App that uses Markdown for rendering notes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0