Skip to content

Commit 421efeb

Browse files
committed
updated some details of my portfolio
1 parent 9ebbfbc commit 421efeb

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

public/images/poki-go.jpg

157 KB
Loading

src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import About from './Sections/About/About'
66
import Contact from './Sections/Contact/Contact'
77
import Intro from './Sections/Intro/Intro'
88
import Projects from './Sections/Projects/Projects'
9+
// import Projects from './Sections/Projects/ProjectsDynamic'
910
import Skills from './Sections/Skills/Skills'
1011

1112
function App() {

src/data/projects.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{
33
"title": "Stellar Share",
44
"description": "Community sharing app with a sci-fi theme",
5+
"development": "This app was created in a group of 6 developers as our final group project for Dev Academy Aotearoa. It is a community item sharing / borrowing app with a fun sci-fi theme.",
56
"mainImage": "https://stellar-share-mania-roa-24.pushed.nz/images/Homepage/StelarShare.webp",
67
"additionalImages": [
78
"https://stellar-share-mania-roa-24.pushed.nz/images/Homepage/TrolleGuy.png"
@@ -22,6 +23,7 @@
2223
{
2324
"title": "Bird Collection",
2425
"description": "A Web application keeping a detailed list of birds observations.",
26+
"development": "",
2527
"mainImage": "images/birdCollection.jpg",
2628
"techStack": [
2729
{ "name": "Tailwind CSS", "icon": "images/tailwind-css-2.svg" },
@@ -38,6 +40,7 @@
3840
{
3941
"title": "Dog Dating App",
4042
"description": "FullStack single-page application for canine connections.",
43+
"development": "",
4144
"mainImage": "images/dogApp.png",
4245
"techStack": [
4346
{ "name": "CSS", "icon": "faCss" },
@@ -52,7 +55,8 @@
5255
},
5356
{
5457
"title": "Guess Country",
55-
"description": "This app was created in a group of 4 developers as a part of my study at Dev Academy Aotearoa. It is a flag guessing game containing all of the worlds flags.",
58+
"description": "A flag / country guessing game.",
59+
"development": "This app was created in a group of 4 developers as a part of my study at Dev Academy Aotearoa. It is a flag guessing game containing all of the worlds flags (plus some extra obscure ones).",
5660
"mainImage": "images/guessCountry.png",
5761
"techStack": [
5862
{ "name": "CSS", "icon": "faCss" },
@@ -64,5 +68,21 @@
6468
"deployment": "http://delphym-mania-chc-24-birds-collection.devacademy.nz/",
6569
"github": "https://github.com/manaia-roa-2024/guess-the-country"
6670
}
71+
},
72+
{
73+
"title": "PokéAPI App",
74+
"description": "Simple site that pulls pokemon info from the public Poke API",
75+
"development": "This app was one of the first I built as a part of my study at Dev Academy Aotearoa. It is a simple app that pulls information on all pokemon from the publicly available poke API, and displays info on each one.",
76+
"mainImage": "images/poki-go.jpg",
77+
"techStack": [
78+
{ "name": "CSS", "icon": "faCss" },
79+
{ "name": "JavaScript", "icon": "faJs" },
80+
{ "name": "TypeScript", "icon": "images/typescript-svgrepo-com.svg" },
81+
{ "name": "React", "icon": "faReact" }
82+
],
83+
"links": {
84+
"deployment": "N/A",
85+
"github": "https://github.com/manaia-roa-2024/group1"
86+
}
6787
}
6888
]

0 commit comments

Comments
 (0)