Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Learning Repository

Welcome to my Node.js learning repository! This repository contains the code and projects I've created while learning Node.js. Feel free to explore the contents and use them as a reference or inspiration for your own learning journey.

Table of Contents

Getting Started

To get started with these projects, follow these steps:

  1. Fork this repository

  2. Navigate to the project directory:

    cd nodejs-learning
  3. Clone the repository from your personal github to your computer:

    git clone https://github.com/PromPromm/nodejs_altschool.git
  4. Install dependencies (if any):

    npm install

Now you're ready to explore and run the projects!

Projects

1. External Package

Explore how to import external packages using the ES6 import statement and require statement

  • Usage:
  1. Navigate to the project directory:

    cd external_package
  2. Run the file you wish to; app.js or app-single.js

    npm app.js

2. Local Modules

Explore how to create and import local modules(modules you created yourself)

  • Usage:
  1. Navigate to the project directory:

    cd local_modules
  2. Run the file you wish to; app.js or my-math-lib.js

    npm app.js

3. OS

Explore some functions in the inbuilt os module

  • Usage:
  1. Navigate to the project directory:

    cd os
  2. Run the app.js file

    npm app.js

4. Path

Explore some functions in the inbuilt path module

  • Usage:
  1. Navigate to the project directory:

    cd path
  2. Run the app.js file

    npm app.js

5. Process

Explore some functions in the inbuilt process module

  • Usage:
  1. Navigate to the project directory:

    cd process
  2. Run the file you wish to; app.js or display.js

    npm app.js

Note When running the display.js file add arguments to the terminal like:

npm display.js Jane 18

Contributing

Note: This repository is primarily for my personal learning purposes, and the code here may not adhere to best practices as I'm still in the learning phase. I appreciate your interest, but please refrain from sending pull requests, as they will not be merged.

If you find issues or have suggestions, feel free to create an issue for discussion. However, for learning purposes, it's recommended to make changes in your local repository or cloned version.

Thank you for your understanding!

About

Exploring the world of Node.js

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages