Skip to content

devmanishpatole/note-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note-app

My learning Node.js Journey.

  • Importing Node.js core modules.
  • Importing my own files.
  • Importing npm modules.

Things I have touched in Node.js

Node.js in-built modules:

  • File System - The fs module enables interacting with the file system.

npm modules:

  • validator - A library of string validators and sanitizers.
  • chalk - Terminal string styling done right.
  • yargs - Yargs helps you build interactive command line tools, by parsing arguments.
  • nodemon - nodemon is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected. (this module is installed globally)

About

Learning Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published