Skip to content

Itzadityapandey/nOTES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note Taking App

Note Taking App in react js

React Module Test | Notes App (in React)

THIS is the Link of Note Taking App https://n-otes.vercel.app/

Demo

https://n-otes.vercel.app/

question

Problem Statement:

Your challenge is to build out a minimal note taking app.

Features List:

  1. User should be able to create group for notes, a popup open up to create a new group and if the user clicks outside the popup then you need to close the popup
  2. User should be able to add notes in a particular group
  3. User should be able save the note by pressing Enter key or clicking on the Enter icon in the text input
  4. You need to save the notes in localstorage, every notes and group should persist on page reload
  5. As soon as the user changes the group, you need to fetch all the notes related to that particular group
  6. You also need to save meta data like date and time when the notes was saved and last updated.