Skip to content

This is a note-taking application I built with NodeJs core as a project for my wejapa internship programme. No framework nor external package like Express, Hapi etc installed. Just Node like a maniac. No database used as well. The app makes heavy use of NodeJs in-built Http module (for routing and server-client connections), File System module (…

Notifications You must be signed in to change notification settings

Moreneecoder/wejapa_web_notes_app

Repository files navigation

#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

  1. Write a new note
  2. Add note to existing topic
  3. Create a new topic category if existing topic don't match your want
  4. Read a note
  5. Edit an existing note
  6. Delete a note
  7. 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.

About

This is a note-taking application I built with NodeJs core as a project for my wejapa internship programme. No framework nor external package like Express, Hapi etc installed. Just Node like a maniac. No database used as well. The app makes heavy use of NodeJs in-built Http module (for routing and server-client connections), File System module (…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published