Skip to content

Commit

Permalink
setup projects properly
Browse files Browse the repository at this point in the history
  • Loading branch information
azpha committed Mar 24, 2024
1 parent 5acf3b3 commit 4b23ee7
Showing 1 changed file with 18 additions and 31 deletions.
49 changes: 18 additions & 31 deletions src/pages/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,57 +22,44 @@ export default function Projects() {
}
/>
<ProjectCard
name="SplitStat"
description="SplitStat was a Discord bot that allowed you to see your stats & other player stats from the Splitgate game. It would also allow you to see the results of an in-game match or what matches a player had played recently."
urlTo="https://github.com/azpha/splitstat"
name="medaltv-wrapper"
description="medaltv-wrapper is a Node.js wrapper for the Medal.tv Public API, allowing you to fetch clips from the platform and use the data in your code."
urlTo="https://github.com/azpha/medaltv-wrapper"
technologies={
[
"JavaScript",
"Linux"
"JavaScript"
]
}
/>
<ProjectCard
name="SplitStat"
description="SplitStat was a Discord bot that allowed you to see your stats & other player stats from the Splitgate game. It would also allow you to see the results of an in-game match or what matches a player had played recently."
urlTo="https://github.com/azpha/splitstat"
name="mcsrvstat-wrapper"
description="mcsrvstat-wrapper is a Node.js wrapper for MCSRVSTAT API, allowing you to fetch the status of Minecraft Java & Bedrock servers by running 1 method."
urlTo="https://github.com/azpha/mcsrvstat-js"
technologies={
[
"JavaScript",
"Linux"
"JavaScript"
]
}
/>
<ProjectCard
name="SplitStat"
description="SplitStat was a Discord bot that allowed you to see your stats & other player stats from the Splitgate game. It would also allow you to see the results of an in-game match or what matches a player had played recently."
urlTo="https://github.com/azpha/splitstat"
name="PManager"
description="PManager is a simple Express server that allows you to restart/stop/start your PM2 scripts easily remotely for uses like GitHub Actions."
urlTo="https://github.com/azpha/pmanager"
technologies={
[
"JavaScript",
"Linux"
"JavaScript"
]
}
/>
<ProjectCard
name="SplitStat"
description="SplitStat was a Discord bot that allowed you to see your stats & other player stats from the Splitgate game. It would also allow you to see the results of an in-game match or what matches a player had played recently."
urlTo="https://github.com/azpha/splitstat"
name="Watchlist"
description="Watchlist is a NextJS website built on the T3 Stack simply tracking my watch history, displaying stuff like my recently watched TV and Movies."
urlTo="https://github.com/azpha/tv-watchlist"
technologies={
[
"JavaScript",
"Linux"
]
}
/>
<ProjectCard
name="SplitStat"
description="SplitStat was a Discord bot that allowed you to see your stats & other player stats from the Splitgate game. It would also allow you to see the results of an in-game match or what matches a player had played recently."
urlTo="https://github.com/azpha/splitstat"
technologies={
[
"JavaScript",
"Linux"
"Typescript",
"NextJS",
"tRPC"
]
}
/>
Expand Down

0 comments on commit 4b23ee7

Please sign in to comment.