Skip to content

Commit

Permalink
remove tech stack from portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
MohGanji committed Jan 23, 2025
1 parent 9443f65 commit 97e38b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,28 @@ const projects = [
{
title: "ganji.me",
description: "This website. My personal blog and portfolio, built from scratch using only vanilla HTML, CSS, and JavaScript for responsiveness and fun. It used to look like the shelf in the image once but now it's much more minimalistic.",
techStack: "HTML, CSS, JavaScript",
// techStack: "HTML, CSS, JavaScript",
link: "https://ganji.me",
image: "./assets/shelf-screenshot.png",
},
{
title: "SchemaIran Bot",
description: "I developed a Telegram bot for Schemairan clinic to conduct YSQ tests (Yonge Schema Questionnaire) online. We analyzed 10k+ test results over 4 years and conducted a quantitative analysis, published as a research paper.",
techStack: "Python, Node.js, MongoDB, Telegram API",
// techStack: "Python, Node.js, MongoDB, Telegram API",
link: "https://t.me/SchemaIran_Bot",
image: "./assets/schemairan.png",
},
{
title: "JScope",
description: "JScope is a VSCode extension that enables measuring and visualizing async code coverage criteria. I built it as part of my research \"code coverage criteria for asyncrhonous programs (ESEC/FSE 2023)\" during my master's at SFU",
techStack: "Typescript, VSCode API",
// techStack: "Typescript, VSCode API",
link: "https://github.com/MohGanji/jscope",
image: "./assets/jscope.png",
},
{
title: "BlogFrog.xyz",
description: "Blogfrog is a blog post dispencer that takes user to a random blog post from my favorite writers. I created it to replace my doomscrolling on twitter and instagram with reading blogs.",
techStack: "Html, CSS, JavaScript",
// techStack: "Html, CSS, JavaScript",
link: "http://blogfrog.xyz",
image: "./assets/blogfrog.png",
},
Expand Down

0 comments on commit 97e38b2

Please sign in to comment.