diff --git a/techstack.md b/techstack.md
new file mode 100644
index 0000000..358b956
--- /dev/null
+++ b/techstack.md
@@ -0,0 +1,184 @@
+
+
+
+# Tech Stack File
+ [malicktech/reactjs-tutorial](https://github.com/malicktech/reactjs-tutorial)
+
+|24
Tools used|03/01/24
Report generated|
+|------|------|
+
+
+##
Languages (2)
+
+
+##
Frameworks (4)
+
+
+##
DevOps (5)
+
+
+
+
+ Babel
+
+ v7.1.6
+ |
+
+
+
+
+ ESLint
+
+
+ |
+
+
+
+
+ Git
+
+
+ |
+
+
+
+
+ Yarn
+
+
+ |
+
+
+
+
+ npm
+
+
+ |
+
+
+
+
+## Other (1)
+
+
+
+##
Open source packages (12)
+
+##
npm (12)
+
+|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES|
+|:------|:------|:------|:------|:------|:------|
+|[babel-cli](https://www.npmjs.com/babel-cli)|v6.26.0|02/07/19|Malick DIOP |MIT|N/A|
+|[babel-eslint](https://www.npmjs.com/babel-eslint)|v9.0.0|02/07/19|Malick DIOP |MIT|N/A|
+|[babel-preset-flow](https://www.npmjs.com/babel-preset-flow)|v6.23.0|02/07/19|Malick DIOP |MIT|N/A|
+|[flow-bin](https://www.npmjs.com/flow-bin)|v0.56.0|10/01/17|Malick DIOP |MIT|N/A|
+|[prettier-eslint](https://www.npmjs.com/prettier-eslint)|v8.8.2|02/07/19|Malick DIOP |MIT|N/A|
+|[prop-types](https://www.npmjs.com/prop-types)|v15.6.2|09/30/17|Malick DIOP |MIT|N/A|
+|[react-dom](https://www.npmjs.com/react-dom)|v16.8.1|02/07/19|Malick DIOP |MIT|N/A|
+|[react-redux](https://www.npmjs.com/react-redux)|v5.1.1|02/07/19|Malick DIOP |MIT|N/A|
+|[react-router](https://www.npmjs.com/react-router)|v4.3.1|02/07/19|Malick DIOP |MIT|N/A|
+|[react-router-dom](https://www.npmjs.com/react-router-dom)|v4.3.1|02/07/19|Malick DIOP |MIT|N/A|
+|[react-router-redux](https://www.npmjs.com/react-router-redux)|v5.0.0|02/07/19|Malick DIOP |MIT|N/A|
+|[react-scripts](https://www.npmjs.com/react-scripts)|v2.1.3|02/07/19|Malick DIOP |MIT|N/A|
+
+
+
+
+Generated via [Stack File](https://github.com/marketplace/stack-file)
diff --git a/techstack.yml b/techstack.yml
new file mode 100644
index 0000000..0d0b0f5
--- /dev/null
+++ b/techstack.yml
@@ -0,0 +1,323 @@
+repo_name: malicktech/reactjs-tutorial
+report_id: 88896766de1a5f150cf41e4ccc0f9aa0
+version: 0.1
+repo_type: Public
+timestamp: '2024-03-01T22:49:05+00:00'
+requested_by: malicktech
+provider: github
+branch: master
+detected_tools_count: 24
+tools:
+- name: CSS 3
+ description: The latest evolution of the Cascading Style Sheets language
+ website_url: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS3
+ open_source: true
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Languages
+ image_url: https://img.stackshare.io/service/6727/css.png
+ detection_source_url: https://github.com/malicktech/reactjs-tutorial
+ detection_source: Repo Metadata
+- 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/malicktech/reactjs-tutorial
+ detection_source: Repo Metadata
+- name: React
+ description: A JavaScript library for building user interfaces
+ website_url: https://reactjs.org/
+ version: 16.8.1
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: Javascript UI Libraries
+ image_url: https://img.stackshare.io/service/1020/OYIaJ1KK.png
+ detection_source_url: https://github.com/malicktech/reactjs-tutorial/blob/master/package-lock.json
+ detection_source: package.json
+ last_updated_by: Malick DIOP
+ last_updated_on: 2019-02-07 06:56:06.000000000 Z
+- name: React Router
+ description: A complete routing solution for React.js
+ website_url: https://github.com/rackt/react-router
+ version: 4.3.1
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: JavaScript Framework Components
+ image_url: https://img.stackshare.io/service/3350/8261421.png
+ detection_source_url: https://github.com/malicktech/reactjs-tutorial/blob/master/package-lock.json
+ detection_source: package.json
+ last_updated_by: Malick DIOP
+ last_updated_on: 2019-02-07 06:56:06.000000000 Z
+- name: Redux
+ description: Predictable state container for JavaScript apps
+ website_url: https://redux.js.org/
+ version: 3.7.2
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: State Management Library
+ image_url: https://img.stackshare.io/service/4074/13142323.png
+ detection_source_url: https://github.com/malicktech/reactjs-tutorial/blob/master/package-lock.json
+ detection_source: package.json
+ last_updated_by: Malick DIOP
+ last_updated_on: 2017-10-01 17:21:20.000000000 Z
+- name: redux-thunk
+ description: Thunk middleware for Redux
+ website_url: https://github.com/gaearon/redux-thunk
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: State Management Library
+ image_url: https://img.stackshare.io/service/5448/13142323.png
+ detection_source_url: https://github.com/malicktech/reactjs-tutorial/blob/master/package.json
+ detection_source: package.json
+ last_updated_by: Malick DIOP
+ last_updated_on: 2017-10-01 17:21:20.000000000 Z
+- name: Babel
+ description: Use next generation JavaScript, today.
+ website_url: http://babeljs.io/
+ version: 7.1.6
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: JavaScript Compilers
+ image_url: https://img.stackshare.io/service/2739/-1wfGjNw.png
+ detection_source_url: https://github.com/malicktech/reactjs-tutorial/blob/master/package-lock.json
+ detection_source: ".babelrc"
+ last_updated_by: Malick DIOP
+ last_updated_on: 2017-09-30 20:44:42.000000000 Z
+- name: ESLint
+ description: The fully pluggable JavaScript code quality tool
+ website_url: http://eslint.org/
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Code Review
+ image_url: https://img.stackshare.io/service/3337/Q4L7Jncy.jpg
+ detection_source_url: https://github.com/malicktech/reactjs-tutorial/blob/master/.eslintrc
+ detection_source: ".eslintrc"
+ last_updated_by: Malick DIOP
+ last_updated_on: 2017-09-30 20:44:42.000000000 Z
+- 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/malicktech/reactjs-tutorial
+ detection_source: Repo Metadata
+- name: Yarn
+ description: A new package manager for JavaScript
+ website_url: https://yarnpkg.com/
+ open_source: true
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Front End Package Manager
+ image_url: https://img.stackshare.io/service/5848/44mC-kJ3.jpg
+ detection_source_url: https://github.com/malicktech/reactjs-tutorial/blob/master/yarn.lock
+ detection_source: yarn.lock
+ last_updated_by: Malick DIOP
+ last_updated_on: 2017-09-29 23:12:14.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/malicktech/reactjs-tutorial/blob/master/package.json
+ detection_source: package.json
+ last_updated_by: Malick DIOP
+ last_updated_on: 2017-09-29 23:12:14.000000000 Z
+- name: flow-bin
+ website_url: github.com/flowtype/flow-bin
+ open_source: false
+ hosted_saas: false
+ image_url: https://img.stackshare.io/service/8085/15352388.png
+ detection_source_url: https://github.com/malicktech/reactjs-tutorial/blob/master/package.json
+ detection_source: package.json
+ last_updated_by: Malick DIOP
+ last_updated_on: 2017-10-01 17:21:20.000000000 Z
+- name: babel-cli
+ description: Babel command line
+ package_url: https://www.npmjs.com/babel-cli
+ version: 6.26.0
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/15804/default_97d4687bd07ff1bb963fd566c84e7cbf7c73bbee.png
+ detection_source_url: https://github.com/malicktech/reactjs-tutorial/blob/master/package-lock.json
+ detection_source: package.json
+ last_updated_by: Malick DIOP
+ last_updated_on: 2019-02-07 06:56:06.000000000 Z
+- name: babel-eslint
+ description: Custom parser for ESLint
+ package_url: https://www.npmjs.com/babel-eslint
+ version: 9.0.0
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/15803/default_db4a7791d2f1174547374b9b587bc10fec088a5a.png
+ detection_source_url: https://github.com/malicktech/reactjs-tutorial/blob/master/package-lock.json
+ detection_source: package.json
+ last_updated_by: Malick DIOP
+ last_updated_on: 2019-02-07 06:56:06.000000000 Z
+- name: babel-preset-flow
+ description: Babel preset for all Flow plugins
+ package_url: https://www.npmjs.com/babel-preset-flow
+ version: 6.23.0
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/16193/default_3d197518f6bb529bfcc1b685e2cefbdfe83ff108.png
+ detection_source_url: https://github.com/malicktech/reactjs-tutorial/blob/master/package-lock.json
+ detection_source: package.json
+ last_updated_by: Malick DIOP
+ last_updated_on: 2019-02-07 06:56:06.000000000 Z
+- name: flow-bin
+ description: Binary wrapper for Flow - A static type checker for JavaScript
+ package_url: https://www.npmjs.com/flow-bin
+ version: 0.56.0
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/15957/default_f49d4c116f8ea0155f4d92673b084378bba02760.png
+ detection_source_url: https://github.com/malicktech/reactjs-tutorial/blob/master/package-lock.json
+ detection_source: package.json
+ last_updated_by: Malick DIOP
+ last_updated_on: 2017-10-01 17:21:20.000000000 Z
+- name: prettier-eslint
+ description: Formats your JavaScript using prettier followed by eslint --fix
+ package_url: https://www.npmjs.com/prettier-eslint
+ version: 8.8.2
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/16517/default_4e3259350c525d1d859fa80a938000081d7c9db8.png
+ detection_source_url: https://github.com/malicktech/reactjs-tutorial/blob/master/package-lock.json
+ detection_source: package.json
+ last_updated_by: Malick DIOP
+ last_updated_on: 2019-02-07 06:56:06.000000000 Z
+- name: prop-types
+ description: Runtime type checking for React props and similar objects
+ package_url: https://www.npmjs.com/prop-types
+ version: 15.6.2
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/15843/default_b71c906aeda030a5e2f1fe40bf12a93be52404ab.png
+ detection_source_url: https://github.com/malicktech/reactjs-tutorial/blob/master/package-lock.json
+ detection_source: package.json
+ last_updated_by: Malick DIOP
+ last_updated_on: 2017-09-30 22:48:18.000000000 Z
+- name: react-dom
+ description: React package for working with the DOM
+ package_url: https://www.npmjs.com/react-dom
+ version: 16.8.1
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/15808/default_14fd11531839d935f920b6d55bd6f3528c890ad7.png
+ detection_source_url: https://github.com/malicktech/reactjs-tutorial/blob/master/package-lock.json
+ detection_source: package.json
+ last_updated_by: Malick DIOP
+ last_updated_on: 2019-02-07 06:56:06.000000000 Z
+- name: react-redux
+ description: Official React bindings for Redux
+ package_url: https://www.npmjs.com/react-redux
+ version: 5.1.1
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/15984/default_f49d4c116f8ea0155f4d92673b084378bba02760.png
+ detection_source_url: https://github.com/malicktech/reactjs-tutorial/blob/master/package-lock.json
+ detection_source: package.json
+ last_updated_by: Malick DIOP
+ last_updated_on: 2019-02-07 06:56:06.000000000 Z
+- name: react-router
+ description: A complete routing library for React
+ package_url: https://www.npmjs.com/react-router
+ version: 4.3.1
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/16058/default_261820f5687b4c88a3e8f95c71b5e8dccd34c1d7.png
+ detection_source_url: https://github.com/malicktech/reactjs-tutorial/blob/master/package-lock.json
+ detection_source: package.json
+ last_updated_by: Malick DIOP
+ last_updated_on: 2019-02-07 06:56:06.000000000 Z
+- name: react-router-dom
+ description: DOM bindings for React Router
+ package_url: https://www.npmjs.com/react-router-dom
+ version: 4.3.1
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/16025/default_e25d1fbb04a118c79fb444294461417342bd03bf.png
+ detection_source_url: https://github.com/malicktech/reactjs-tutorial/blob/master/package-lock.json
+ detection_source: package.json
+ last_updated_by: Malick DIOP
+ last_updated_on: 2019-02-07 06:56:06.000000000 Z
+- name: react-router-redux
+ description: Redux bindings for React Router
+ package_url: https://www.npmjs.com/react-router-redux
+ version: 5.0.0
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/16495/default_55f3303d620c93eecbee69c43373d484f2be492f.png
+ detection_source_url: https://github.com/malicktech/reactjs-tutorial/blob/master/package-lock.json
+ detection_source: package.json
+ last_updated_by: Malick DIOP
+ last_updated_on: 2019-02-07 06:56:06.000000000 Z
+- name: react-scripts
+ description: Configuration and scripts for Create React App
+ package_url: https://www.npmjs.com/react-scripts
+ version: 2.1.3
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: npm Packages
+ image_url: https://img.stackshare.io/package/15985/default_8b5680d4e916298d08363c291a0d6e34c07ceb15.png
+ detection_source_url: https://github.com/malicktech/reactjs-tutorial/blob/master/package-lock.json
+ detection_source: package.json
+ last_updated_by: Malick DIOP
+ last_updated_on: 2019-02-07 06:56:06.000000000 Z