Skip to content

shikharraj0710/Note_Taking_Typescript

Repository files navigation

Note Taking React Typescript Application

  1. Landing Page

    • List of all Notes will be displayed LandingPage
  2. Add New Note

    • New Note Can be added
    • The notes and tags are saved in Local Storage NewNote
  3. Edit Tags

    • Tags can be updated or deleted EditTags
  4. View Notes

    • Notes can be viewed ViewNote
  5. Edit Notes

    • Notes and its tags along with its markdown details can be edited EditNote