Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmed-hamdy101/nodejs
https://github.com/ahmed-hamdy101/nodejs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahmed-hamdy101/nodejs
- Owner: Ahmed-Hamdy101
- Created: 2023-08-02T20:37:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-02T21:16:18.000Z (over 1 year ago)
- Last Synced: 2023-08-02T21:45:52.618Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeJS Tutorial Udacity
![ License](https://img.shields.io/static/v1.svg?label=π%20License&message=MIT&color=informational)
[![npm install](https://img.shields.io/static/v1.svg?label=Install%20prettier&message=π&logo=npm&style=social)](https://www.npmjs.com/package/prettier)
[![Fork this JSFiddle](https://img.shields.io/static/v1.svg?label=π΄%20fork%20this&message=JSFiddle&labelColor=informational&color=033450)](http://jsfiddle.net/v3ayrduk/)
[![Buy me a coffee](https://img.shields.io/static/v1.svg?label=Buy%20me%20a%20coffee&message=π₯¨&color=black&logo=buy%20me%20a%20coffee&logoColor=white&labelColor=6f4e37)](https://your-donate-link)
[![Stackoverflow profile](https://img.shields.io/static/v1.svg?label=Stackoverflow%20profile&message=π&color=d6d6d6&logo=stackoverflow&labelColor=3a3a3a)](https://stackoverflow.com/users/22656/jon-skeet)- ch1 : module System
- ch2 : test console nodeJS-p1
- ch3 : test console nodeJS-p2
- ch4 : core modules
- ch5 : event loop
- ch6 : node package manager install
- NPM
- preiiter
- eslint
- ch7 : all ine one test## π§Ύ Requiments
### - if not installed nodejs
- β οΈ you should have `node` installtion
### - if have installations
- β choose any chapter %x and run :
node index.js
- you can also run but sure you the file name's `index.js` :
```npm
node .
```- alternative way without `node` **google console** is build on **v8** :
```javascript
console.log("Hello world from index")
```- JavaScript runtime built on **Chromeβs V8** engine. Node.js uses an event-, toggle console, => otuput
```console
hello world from index
```## π§βπ» Resources
- [Node.js](https://www.udacity.com/course/nodejs--ud0) by Udacity
- [NPM](https://docs.npmjs.com/) official documentation
- [V8 Engine](https://developers.google.com/web/tools/)- [Nodejs](https://node.js.org/) Official website
- [prettier](https://github.com/prettier/prettier#readme)
code formatter