You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Note App is a simple and intuitive note-taking application that allows users to create, view, edit, and delete notes. Instead of using a database, it leverages the fs module in Node.js to store data directly in the file system. This makes the app lightweight and easy to manage.