Skip to content

heyprashant/Notes-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes-App

Notes app - Node.js

It is a simple note taking application built with Node.js to explore the lots of fundamental topics of Node.js like -

  • Node Module system
  • npm
  • File System
  • JSON
  • Command Line arguments and more.
  • Module Uses - Chalk, Yargs, Fs.

    Features

    • Add a note
    • Remove a note
    • Listing out all notes
    • Read a note

    Running locally in your machine

    To get started, just clone the repository and run npm install:

    git clone https://github.com/heyprashant/Notes-App.git
    npm install
    

    Termial Commands

    node app.js add --title="Title of note" --body="This is the body of the note"
    node app.js remove --title="Title of note" 
    node app.js list 
    node app,js read --title="Title of note"
    

    Screenshots

About

Nodejs Notes app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published