#Notaract: WeJapa File-based Note App
To run locally, you might need nodemon. Install with the command: npm i nodemon Then run npm start in your terminal
#What can this App do
- Write a new note
- Add note to existing topic
- Create a new topic category if existing topic don't match your want
- Read a note
- Edit an existing note
- Delete a note
- When last note in a topic is deleted, that topic gets deleted too
#NOTE: This app uses no database system or third party framework/package/dependency. It is strictly based on core NodeJs Http and File System Modules.