This is a MERN (MongoDB-Express-React-Node) web-application that allows users to add, delete, and update notes which include an title, description, and created/updated date.
To try running this application on local, add required variable to .env file in backend. Then run npm start on both frontend and backend folders.