Skip to content

Commit

Permalink
add apifi
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrishi1999 committed Dec 3, 2024
1 parent 7b5bfb5 commit b7599e9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,12 @@ function Header(props) {
className="cr"
target="_blank"
rel="noopener noreferrer"
href="https://play.google.com/store/apps/details?id=com.picle.journalify"
href="https://apifi.io"
tag={Link}
activeStyle={{ fontWeight: "bold" }}
style={{ borderRadius: 5, color: theme.text }}
>
Journalify
Apifi
</a>
</li>
<button {...styles} onClick={changeTheme}>
Expand Down
32 changes: 32 additions & 0 deletions src/portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,38 @@ const contactPageData = {

const projects = {
data: [
{
name: "Apifi",
url: "http://apifi.io/",
description:
"A marketplace for APIs. Leading a team of 4 developers, implemented SDK-generation tools, core services like rate-limiter and console.",
languages: [
{
name: "AWS",
iconifyClass: "devicon-aws",
},
{
name: "Golang",
iconifyClass: "devicon-go",
},
{
name: "TypeScript",
iconifyClass: "devicon-typescript",
},
{
name: "Next.js",
iconifyClass: "devicon-nextjs",
},
{
name: "DynamoDB",
iconifyClass: "devicon-dynamodb",
},
{
name: "Redis",
iconifyClass: "devicon-redis",
},
],
},
{
name: "CineScope",
url: "https://github.com/Hrishi1999/CineScope",
Expand Down

0 comments on commit b7599e9

Please sign in to comment.