Skip to content
Merged
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
7 changes: 7 additions & 0 deletions frontend/src/DB/product.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
"image": "https://shorturl.at/upeTZ",
"link": "https://bitbucket.org/",
"description": "Bitbucket is a Git-based source code repository hosting service from Atlassian that offers a collaborative environment for code development, integrated CI/CD, and seamless integration with other Atlassian products."
},
{
"productName": "Scrimba",
"category": "tools",
"image": "https://www.svgrepo.com/download/345681/scrimba.svg",
"link": "https://scrimba.com/",
"description": "Scrimba is an interactive learning platform for coders that lets you watch and edit code directly in the video player."
},
{
"productName": "Sublime Text",
Expand Down