Difference between revisions of "JavaScript"

From
Jump to: navigation, search
m (Graphics / Visualization)
m (Graphics / Visualization)
Line 46: Line 46:
 
==== <span id="Graphics"></span>Graphics / [[Visualization]] ====
 
==== <span id="Graphics"></span>Graphics / [[Visualization]] ====
 
* [https://mermaid.js.org/ Mermaid Diagramming and charting tool]  ... JavaScript based diagramming and charting tool that renders Markdown-inspired text definitions to create and modify diagrams dynamically.
 
* [https://mermaid.js.org/ Mermaid Diagramming and charting tool]  ... JavaScript based diagramming and charting tool that renders Markdown-inspired text definitions to create and modify diagrams dynamically.
 +
** [https://www.abcsoftwarecompany.com/blog/chat-gpt-to-generate-diagrams-graphs-charts-with-mermaid-js-org-1 ChatGPT to generate diagrams/graphs/charts with Mermaid.js.org | Khanah Mai - ABC Software Solutions]
 +
** [https://betterprogramming.pub/how-to-create-diagrams-with-chatgpt-19099de795ce How to Create Diagrams With ChatGPT | David Oliver - Medium]  ... No in-depth knowledge of Mermaid script needed
 
* [[Python#Visualization with Python| Visualization with Python]] and underlying Javascript libraries
 
* [[Python#Visualization with Python| Visualization with Python]] and underlying Javascript libraries
 
* [http://get.webgl.org/ WebGL.js] - (Web Graphics Library) is a Javascript API for rendering interactive 3D and 2D graphics within any compatible web browser without the use of plug-ins
 
* [http://get.webgl.org/ WebGL.js] - (Web Graphics Library) is a Javascript API for rendering interactive 3D and 2D graphics within any compatible web browser without the use of plug-ins

Revision as of 13:21, 7 March 2023

Youtube search... ...Google search


A sampling of available Javascript Machine Learning libraries

Graphics / Visualization

________________________________

1*W79wtpbE2NTqUuFA8EVorQ.png

Demos

Node.js

Youtube search... ...Google search

React

Youtube search... ...Google search

Wordle

Youtube search... ...Google search

Wordle Clone in JavaScript!
You need to sign up here to follow along: http://bit.ly/rapidapi-hub In this video, I show you my approach to creating the game of Wordle in JavaScript, with the added benefit of using API's in order to generate random 5 letter words for us, and check if the words we are using for our guesses exist! GitHub Repo: http://github.com/kubowania/wordle-javascript Code with Ania Kubów

Let's write a Wordle clone in javascript (part 1)
Result code: https://gist.github.com/gaearon/deb61c3f10a9319c348987acc0435ff9 if you liked this, check out my beautiful dark twisted javascript course: https://justjavascript.com/ - Dan