Skip to content

Commit

Permalink
Update Portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrishi1999 committed Jul 24, 2023
1 parent 04791ac commit bce3532
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions src/portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,33 @@ const contactPageData = {

const projects = {
data: [
{
name: "CineScope",
url: "https://github.com/Hrishi1999/CineScope",
description: "An IMDB-like application.",
languages: [
{
name: "React.js",
iconifyClass: "logos-react",
},
{
name: "TypeScript",
iconifyClass: "devicon-typescript",
},
{
name: "Node.js",
iconifyClass: "devicon-nodejs",
},
{
name: "Express.js",
iconifyClass: "devicon-express",
},
{
name: "MongoDB",
iconifyClass: "logos-mongodb",
},
],
},
{
name: "Journalify",
url: "https://play.google.com/store/apps/details?id=com.picle.journalify",
Expand Down Expand Up @@ -747,7 +774,7 @@ const projects = {
],
},
{
name: "Video Summarization (WIP)",
name: "Video Summarization",
url: "https://github.com/Hrishi1999/Video-Summarization",
description:
"A video summarization webapp. A Flask-based backend which servers the Tensorflow model and a frontend made in ReactJS.",
Expand Down Expand Up @@ -940,7 +967,7 @@ const projects = {
name: "DalSocial",
url: " ",
description:
"CSCI5708 Project. A social media and meetups app for university students. ",
"An Android app to meet new people in the university, organize and join events. ",
languages: [
{
name: "Kotlin",
Expand Down

0 comments on commit bce3532

Please sign in to comment.