Skip to content

Commit e8766b5

Browse files
committed
💼 Finished an Angular Project
1 parent 4646ecf commit e8766b5

File tree

6 files changed

+22
-7
lines changed

6 files changed

+22
-7
lines changed

public/ico/frameworks/angular.svg

Lines changed: 1 addition & 0 deletions
Loading

public/ico/languages/sass.svg

Lines changed: 1 addition & 0 deletions
Loading

public/ico/libraries/daisyui.svg

Lines changed: 1 addition & 0 deletions
Loading

public/project/game-trackr.jpg

97.4 KB
Loading

public/skills.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
{ "name": "JavaScript", "icon": "javascript" },
1010
{ "name": "TypeScript", "icon": "typescript" },
1111
{ "name": "Lua", "icon": "lua" },
12+
{ "name": "Sass", "icon": "sass" },
1213
{ "name": "Bash", "icon": "gnubash" },
1314
{ "name": "Fish", "icon": "fishshell" }
1415
],
@@ -21,14 +22,16 @@
2122
"frameworks": [
2223
{ "name": "Django", "icon": "django" },
2324
{ "name": "NextJS", "icon": "nextdotjs" },
25+
{ "name": "Angular", "icon": "angular" },
2426
{ "name": "Bootstrap", "icon": "bootstrap" },
2527
{ "name": "Tailwind CSS", "icon": "tailwindcss" }
2628
],
2729

2830
"libraries": [
29-
{ "name": "Headless UI", "icon": "headlessui" },
31+
{ "name": "React", "icon": "react" },
3032
{ "name": "Framer Motion", "icon": "framer" },
31-
{ "name": "React", "icon": "react" }
33+
{ "name": "Headless UI", "icon": "headlessui" },
34+
{ "name": "Daisy UI", "icon": "daisyui" }
3235
],
3336

3437
"runtime_env": [

world/projectDev.tsx

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,21 +100,30 @@ export default function DeveloperSection() {
100100
</h2>
101101

102102
<div className="grid w-fit mx-auto sm:px-0 grid-cols-1 lg:grid-cols-2 xl:grid-cols-3 gap-8">
103+
<ProjectItem
104+
img="project/game-trackr.jpg"
105+
head="Game Trackr"
106+
body="Personal game library 2.0 built using Angular for tracking and showcasing every game I played throughout my life, complete with details from IGDB API and tracked playtime."
107+
live="https://midhunterx.github.io/Game-Trackr"
108+
code="https://github.com/MidHunterX/Game-Trackr"
109+
techs={['Angular', 'TypeScript', 'TailwindCSS', 'SASS', 'DaisyUI', 'Python', 'IGDB API']}
110+
/>
111+
103112
<ProjectItemDisabled
104113
img="project/portfolio.jpg"
105114
head="Portfolio Website"
106115
body="This is the webpage you are looking at right now. Developed using Next.js to deepen my understanding of React's core concepts and modern web development practices."
107116
live="https://midhunterx.github.io"
108117
code="https://github.com/MidHunterX/midhunterx.github.io"
109-
techs={['Next.js', 'TypeScript', 'TailwindCSS', 'GSAP', 'HeadlessUI', 'Webpack', 'React', 'Framer Motion']}
118+
techs={['Next.js', 'React', 'TypeScript', 'TailwindCSS', 'GSAP', 'HeadlessUI', 'Webpack', 'Framer Motion']}
110119
/>
111120

112121
<ProjectItem
113122
img="project/gnosis.jpg"
114123
head="γνῶσις (GNŌSIS)"
115-
body="Gnosis is a Greek word that means “knowledge”. This project is a community-driven knowledge base with AI Integration just like most of the companies out there these days."
124+
body="Gnosis is a Greek word that means “knowledge”. This project is a community-driven knowledge base with AI Integration for exploring answers to all of your questions in different media formats."
116125
code="https://github.com/MidHunterX/GNOSIS"
117-
techs={['Python', 'Django', 'Bootstrap', 'GeminiAI', 'FuzzyMatching', 'Markdown Editor', 'Authentication']}
126+
techs={['Django', 'Python', 'Bootstrap', 'GeminiAI', 'FuzzyMatching', 'Markdown Editor', 'Authentication']}
118127
/>
119128

120129
<ProjectItem
@@ -131,7 +140,7 @@ export default function DeveloperSection() {
131140
body="A Computer Science Engineering Mini Project of a Webservice implementing Symmetric Encryption/Decryption using the good ol' Caesar Cipher algorithm"
132141
live="https://midhunterx.github.io/Caesar-Cipher-Cryptography"
133142
code="https://github.com/MidHunterX/Caesar-Cipher-Cryptography"
134-
techs={['HTML', 'CSS', 'Javascript']}
143+
techs={['HTML', 'CSS', 'Javascript', 'Frequency Analysis', 'Cipher Cracking']}
135144
/>
136145

137146
<ProjectItem
@@ -148,7 +157,7 @@ export default function DeveloperSection() {
148157
head="Hunter OS"
149158
body="A custom-tailored Linux distribution designed specifically for personal use, offering a unique and optimized experience with all the essential operating system features and configs curated to meet individual needs."
150159
code="https://github.com/MidHunterX/Hunter-OS"
151-
techs={['Bash', 'Python', 'Conf']}
160+
techs={['Wayland', 'SystemD', 'GRUB2', 'dhcpcd', 'Kitty Terminal', 'VIFM', 'Battery Optimized']}
152161
/>
153162

154163
<ProjectItem

0 commit comments

Comments
 (0)