More about Javascript


flowchart TD A[Javascript] ----> C[D3.js]; A ----> D[jQuery]; A ----> E[React]; subgraph Packages; C;D;E; end; A --> G[Angular]; A --> H[Node.js]; subgraph Frameworks; G;H; end;

Install Node.js


sudo apt install nodejs
sudo apt install npm
nodejs -v
npm -v 
npm install http-server -g
cd app
http-server # run all files to start the website
    

References


  1. JavaScript, JQuery, Ajax: Are They The Same Or Different?
  2. 10 Amazing Libraries and Frameworks for Your Web-based JavaScript Applications
  3. D3.js Tutorial -- TutorialsTeacher
  4. Build and train a neural network with nothing but JavaScript using Brain.js
  5. The D3 Github Network, 2013 - 2021
  6. How to deploy React App to GitHub Pages
  7. How to deploy Angular Apps to GitHub Pages (gh-pages)
  8. Deploying any app to GitHub Pages
  9. Paths.js Generate SVG paths for geometric shapes
  10. Introduction to the DOM
  11. JavaScript Animation Tutorial - Animate your UI with Popmotion
  12. Access camera from a browser
  13. Capture Audio and Video in HTML5
  14. navigator.mediaDevices is undefined
  15. Configuration Editor for Firefox