Skip to content

MR-DHRUV/Notify.me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notify

  • It is a notes application where users can create markdown notes that support styling, allowing users to format their notes with headings, bullet points, bold text, italics, and other formatting options.
  • The app also provides a to-do list and reminder functionality, ensuring seamless delivery of reminders via push notifications and emails to registered mail addresses to enhance user organization and productivity.
  • One can just sign in using email or Google to use the app.
  • It internally uses Authify for authentication services.

image

Local Setup

npm i : Installs the required npm packages

npm start : Runs the app in the development mode.