Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create tech stack docs (techstack.yml and techstack.md) #1

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
117 changes: 117 additions & 0 deletions techstack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
<!--
&lt;--- Readme.md Snippet without images Start ---&gt;
## Tech Stack
cleversamerr/Twitter-Clone is built on the following main stack:

- [Firebase](https://firebase.google.com/) – Realtime Backend / API
- [React](https://reactjs.org/) – Javascript UI Libraries
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) – Languages

Full tech stack [here](/techstack.md)

&lt;--- Readme.md Snippet without images End ---&gt;

&lt;--- Readme.md Snippet with images Start ---&gt;
## Tech Stack
cleversamerr/Twitter-Clone is built on the following main stack:

- <img width='25' height='25' src='https://img.stackshare.io/service/116/cZLxNFZS.jpg' alt='Firebase'/> [Firebase](https://firebase.google.com/) – Realtime Backend / API
- <img width='25' height='25' src='https://img.stackshare.io/service/1020/OYIaJ1KK.png' alt='React'/> [React](https://reactjs.org/) – Javascript UI Libraries
- <img width='25' height='25' src='https://img.stackshare.io/service/1209/javascript.jpeg' alt='JavaScript'/> [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) – Languages

Full tech stack [here](/techstack.md)

&lt;--- Readme.md Snippet with images End ---&gt;
-->
<div align="center">

# Tech Stack File
![](https://img.stackshare.io/repo.svg "repo") [cleversamerr/Twitter-Clone](https://github.com/cleversamerr/Twitter-Clone)![](https://img.stackshare.io/public_badge.svg "public")
<br/><br/>
|9<br/>Tools used|01/05/24 <br/>Report generated|
|------|------|
</div>

## <img src='https://img.stackshare.io/languages.svg'/> Languages (2)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/6727/css.png' alt='CSS 3'>
<br>
<sub><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS3">CSS 3</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1209/javascript.jpeg' alt='JavaScript'>
<br>
<sub><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">JavaScript</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

## <img src='https://img.stackshare.io/frameworks.svg'/> Frameworks (1)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1020/OYIaJ1KK.png' alt='React'>
<br>
<sub><a href="https://reactjs.org/">React</a></sub>
<br>
<sub>v17.0.2</sub>
</td>

</tr>
</table>

## <img src='https://img.stackshare.io/databases.svg'/> Data (1)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/116/cZLxNFZS.jpg' alt='Firebase'>
<br>
<sub><a href="https://firebase.google.com/">Firebase</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

## <img src='https://img.stackshare.io/devops.svg'/> DevOps (2)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1046/git.png' alt='Git'>
<br>
<sub><a href="http://git-scm.com/">Git</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1120/lejvzrnlpb308aftn31u.png' alt='npm'>
<br>
<sub><a href="https://www.npmjs.com/">npm</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>


## <img src='https://img.stackshare.io/group.svg' /> Open source packages (3)</h2>

## <img width='24' height='24' src='https://img.stackshare.io/service/1120/lejvzrnlpb308aftn31u.png'/> npm (3)

|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES|
|:------|:------|:------|:------|:------|:------|
|[@emotion/styled](https://www.npmjs.com/@emotion/styled)|v11.8.1|04/03/22|Samer A |MIT|N/A|
|[react-dom](https://www.npmjs.com/react-dom)|v17.0.2|04/04/22|Samer A |MIT|N/A|
|[react-scripts](https://www.npmjs.com/react-scripts)|v5.0.0|04/04/22|Samer A |MIT|N/A|

<br/>
<div align='center'>

Generated via [Stack File](https://github.com/marketplace/stack-file)
121 changes: 121 additions & 0 deletions techstack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
repo_name: cleversamerr/Twitter-Clone
report_id: eacb9b7249fc0bcb8b18db2fec1e5241
version: 0.1
repo_type: Public
timestamp: '2024-01-05T08:16:18+00:00'
requested_by: cleversamerr
provider: github
branch: main
detected_tools_count: 9
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/cleversamerr/Twitter-Clone
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/cleversamerr/Twitter-Clone
detection_source: Repo Metadata
- name: React
description: A JavaScript library for building user interfaces
website_url: https://reactjs.org/
version: 17.0.2
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/cleversamerr/Twitter-Clone/blob/main/package-lock.json
detection_source: package.json
last_updated_by: Samer A
last_updated_on: 2022-04-04 05:51:44.000000000 Z
- name: Firebase
description: The Realtime App Platform
website_url: https://firebase.google.com/
open_source: false
hosted_saas: true
category: Application Hosting
sub_category: Realtime Backend / API
image_url: https://img.stackshare.io/service/116/cZLxNFZS.jpg
detection_source_url: https://github.com/cleversamerr/Twitter-Clone/blob/main/package.json
detection_source: package.json
last_updated_by: Samer A
last_updated_on: 2022-04-03 14:55:13.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/cleversamerr/Twitter-Clone
detection_source: Repo Metadata
- 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/cleversamerr/Twitter-Clone/blob/main/package.json
detection_source: package.json
last_updated_by: Samer A
last_updated_on: 2022-04-03 13:54:46.000000000 Z
- name: "@emotion/styled"
description: Styled API for emotion
package_url: https://www.npmjs.com/@emotion/styled
version: 11.8.1
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: npm Packages
image_url: https://img.stackshare.io/package/16702/default_4b738bf1758d38dddd276589bbea47fca5a990df.png
detection_source_url: https://github.com/cleversamerr/Twitter-Clone/blob/main/package-lock.json
detection_source: package.json
last_updated_by: Samer A
last_updated_on: 2022-04-03 16:34:43.000000000 Z
- name: react-dom
description: React package for working with the DOM
package_url: https://www.npmjs.com/react-dom
version: 17.0.2
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/cleversamerr/Twitter-Clone/blob/main/package-lock.json
detection_source: package.json
last_updated_by: Samer A
last_updated_on: 2022-04-04 05:51:44.000000000 Z
- name: react-scripts
description: Configuration and scripts for Create React App
package_url: https://www.npmjs.com/react-scripts
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/15985/default_8b5680d4e916298d08363c291a0d6e34c07ceb15.png
detection_source_url: https://github.com/cleversamerr/Twitter-Clone/blob/main/package-lock.json
detection_source: package.json
last_updated_by: Samer A
last_updated_on: 2022-04-04 05:51:44.000000000 Z