Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 563 Bytes

File metadata and controls

25 lines (21 loc) · 563 Bytes

Note-it-Down

A Note taking app where you keep your all important Note build with ReactJS , JavaScript and CSS for the Frontend and MirageJS , ExpressJS for the Backend(Mock Backend)

Overview

  • Authentication
    • Login
    • SignUp
    • Logout
  • Note Listing Page
  • Add Note to DB
  • Add Note to Archive
  • Delete Note from DB
  • Delete Note from Archive
  • Restore Note from Trash
  • Filter Based on Tags and Priorities
  • Sort Based on Date
  • Search a Note
  • Edit a Note
  • Implemented Rich Text Editor
  • User Profile Page
  • Dark Mode
  • Made Site Responsive