/masai-notes-app

24-jan-assignment

Primary LanguageJavaScript

  • Build a note taking app, where you can store all your important notes.
  • App should take following information from the user.
    • Title of note
    • Description
    • Date
  • Display this note in form of cards (4 cards per row)
  • Each card should have following information
    • Title
    • Description
    • Date
    • Delete icon (to delete note)
  • User should be able to retreive notes even after page refresh (use local storage for this)
  • User should be able to delete any note (delete from local storage as well)
  • User should be able to bookmark any notes (use local storage for this)
  • All bookmarked notes should be shown in seperate route.