diff --git a/techstack.md b/techstack.md
new file mode 100644
index 0000000000..4dde453f9e
--- /dev/null
+++ b/techstack.md
@@ -0,0 +1,131 @@
+
+
+
+# Tech Stack File
+ [minhnguyen311/JavaScript-TheAlgorithms](https://github.com/minhnguyen311/JavaScript-TheAlgorithms)
+
+|10
Tools used|06/07/24
Report generated|
+|------|------|
+
+
+##
+
+Generated via [Stack File](https://github.com/marketplace/stack-file)
diff --git a/techstack.yml b/techstack.yml
new file mode 100644
index 0000000000..cd77612cfe
--- /dev/null
+++ b/techstack.yml
@@ -0,0 +1,128 @@
+repo_name: minhnguyen311/JavaScript-TheAlgorithms
+report_id: e67d521623700d6cffd2cae1a63ee431
+version: 0.1
+repo_type: Public
+timestamp: '2024-06-07T13:18:58+00:00'
+requested_by: Trikcode
+provider: github
+branch: master
+detected_tools_count: 10
+tools:
+- name: JavaScript
+ description: Lightweight, interpreted, object-oriented language with first-class
+ functions
+ website_url: https://developer.mozilla.org/en-US/docs/Web/JavaScript
+ open_source: true
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Languages
+ image_url: https://img.stackshare.io/service/1209/javascript.jpeg
+ detection_source_url: https://github.com/minhnguyen311/JavaScript-TheAlgorithms
+ detection_source: Repo Metadata
+- name: TypeScript
+ description: A superset of JavaScript that compiles to clean JavaScript output
+ website_url: http://www.typescriptlang.org
+ license: Apache-2.0
+ open_source: true
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Languages
+ image_url: https://img.stackshare.io/service/1612/bynNY5dJ.jpg
+ detection_source_url: https://github.com/minhnguyen311/JavaScript-TheAlgorithms
+ detection_source: Repo Metadata
+- name: Git
+ description: Fast, scalable, distributed revision control system
+ website_url: http://git-scm.com/
+ open_source: true
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Version Control System
+ image_url: https://img.stackshare.io/service/1046/git.png
+ detection_source_url: https://github.com/minhnguyen311/JavaScript-TheAlgorithms
+ detection_source: Repo Metadata
+- name: GitHub Actions
+ description: Automate your workflow from idea to production
+ website_url: https://github.com/features/actions
+ open_source: false
+ hosted_saas: true
+ category: Build, Test, Deploy
+ sub_category: Continuous Integration
+ image_url: https://img.stackshare.io/service/11563/actions.png
+ detection_source_url: https://github.com/minhnguyen311/JavaScript-TheAlgorithms/blob/master/.github/workflows/Ci.yml
+ detection_source: ".github/workflows/Ci.yml"
+ last_updated_by: Anton Yakutovich
+ last_updated_on: 2022-10-09 12:05:06.000000000 Z
+- name: Prettier
+ description: Prettier is an opinionated code formatter.
+ website_url: https://prettier.io/
+ version: 3.0.3
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Code Review
+ image_url: https://img.stackshare.io/service/7035/default_66f265943abed56bcdbfca1c866a4261b1fbb063.jpg
+ detection_source_url: https://github.com/minhnguyen311/JavaScript-TheAlgorithms/blob/master/package-lock.json
+ detection_source: package.json
+ last_updated_by: Lars Mueller
+ last_updated_on: 2023-10-27 22:50:16.000000000 Z
+- name: npm
+ description: The package manager for JavaScript.
+ website_url: https://www.npmjs.com/
+ open_source: false
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Front End Package Manager
+ image_url: https://img.stackshare.io/service/1120/lejvzrnlpb308aftn31u.png
+ detection_source_url: https://github.com/minhnguyen311/JavaScript-TheAlgorithms/blob/master/package.json
+ detection_source: package.json
+ last_updated_by: Tapajyoti Bose
+ last_updated_on: 2020-06-21 16:38:29.000000000 Z
+- name: Shell
+ description: A shell is a text-based terminal, used for manipulating programs and
+ files. Shell scripts typically manage program execution.
+ website_url: https://en.wikipedia.org/wiki/Shell_script
+ open_source: false
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Languages
+ image_url: https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png
+ detection_source_url: https://github.com/minhnguyen311/JavaScript-TheAlgorithms
+ detection_source: Repo Metadata
+- name: husky
+ website_url: https://github.com/typicode/husky
+ open_source: false
+ hosted_saas: false
+ image_url: https://img.stackshare.io/service/9527/5502029.jpeg
+ detection_source_url: https://github.com/minhnguyen311/JavaScript-TheAlgorithms/blob/master/package.json
+ detection_source: package.json
+ last_updated_by: Roland Hummel
+ last_updated_on: 2023-10-03 21:08:19.000000000 Z
+- name: globby
+ description: User-friendly glob matching
+ package_url: https://www.npmjs.com/globby
+ version: 13.2.2
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/16159/default_1f3a2fc7d882e29a43394ecdf491b8989ea3f0fa.png
+ detection_source_url: https://github.com/minhnguyen311/JavaScript-TheAlgorithms/blob/master/package-lock.json
+ detection_source: package.json
+ last_updated_by: Roland Hummel
+ last_updated_on: 2023-10-03 21:08:19.000000000 Z
+- name: husky
+ description: Prevents bad commit or push
+ package_url: https://www.npmjs.com/husky
+ version: 8.0.3
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/15831/default_14fd11531839d935f920b6d55bd6f3528c890ad7.png
+ detection_source_url: https://github.com/minhnguyen311/JavaScript-TheAlgorithms/blob/master/package-lock.json
+ detection_source: package.json
+ last_updated_by: Roland Hummel
+ last_updated_on: 2023-10-03 21:08:19.000000000 Z
pFad - Phonifier reborn
Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy