Skip to content

Rahmat-JS/nodejs-tutorial-sabzlearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Course Exercises & Code Samples

This repository contains the code samples and exercises from my Node.js course on SabzLearn. Each folder and file has been organized to correspond with different topics covered during the course.

Table of Contents

Introduction

This project is intended to provide hands-on practice and examples while learning Node.js. The code here demonstrates various Node.js concepts ranging from basic syntax to more advanced functionality such as asynchronous programming, file operations, and basic web server creation.

Repository Structure

Below is an overview of the repository structure:

.
├── exercise1/         # Sample code for Topic 1
│   ├── index.js
│   └── README.md      # Explanation of the exercise
├── exercise2/         # Sample code for Topic 2
│   ├── app.js
│   └── README.md      # Explanation of the exercise
├── examples/          # Additional examples and utilities
│   ├── module.js
│   └── README.md
├── package.json       # Project dependencies and scripts
└── README.md          # This file

Note: You can add or modify directories as you continue learning and expanding the repository.

Installation

To run any of the Node.js exercises locally, follow these steps:

  1. Clone the repository to your local machine:
 git clone https://github.com/rahmat-js/nodejs-tutorial-sabzlearn
  1. Navigate into the repository directory:
cd nodejs-tutorial-sabzlearn
  1. Install the required dependencies (if any):
node exercise1/index.js

Usage

Each folder contains code snippets and exercises related to specific topics. Make sure to follow any instructions provided in the individual README files located within each exercise folder.

Contributing

If you wish to contribute or have any suggestions, feel free to:

Fork this repository.

  • Create your feature branch (git checkout -b feature/YourFeature).
  • Commit your changes (git commit -m 'Add some feature').
  • Push to the branch (git push origin feature/YourFeature).
  • Open a Pull Request.
  • Your contributions are always welcome.

License

This project is licensed under the MIT License.

Contact

For any questions or feedback, you can contact me:

About

This repository contains the codes and exercises from the sabzlearn academy nodejs course.

Topics

Resources

License

Stars

Watchers

Forks