Skip to content

Commit 1b26c9d

Browse files
committed
More updated some details of my portfolio
1 parent 421efeb commit 1b26c9d

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

public/images/APICalls.jpg

26.2 KB
Loading

src/data/projects.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
{ "name": "React", "icon": "faReact" }
6666
],
6767
"links": {
68-
"deployment": "http://delphym-mania-chc-24-birds-collection.devacademy.nz/",
68+
"deployment": "http://the-a-team-guess-the-country.devacademy.nz/",
6969
"github": "https://github.com/manaia-roa-2024/guess-the-country"
7070
}
7171
},
@@ -81,8 +81,24 @@
8181
{ "name": "React", "icon": "faReact" }
8282
],
8383
"links": {
84-
"deployment": "N/A",
85-
"github": "https://github.com/manaia-roa-2024/group1"
84+
"deployment": "http://delphym-mania-chc-24-pokemons.devacademy.nz/",
85+
"github": "https://github.com/manaia-roa-2024/query-em-all"
86+
}
87+
},
88+
{
89+
"title": "Collection of simple API Apps",
90+
"description": "A site that pulls data from a number of public APIs",
91+
"development": "This simple site is one of the first plays with consuming clientside APIs. I created that of my study at Dev Academy Aotearoa. It is a simple app that pulls information from publicly available APIs to practice querying in React and Typescript, and displays info on each one.",
92+
"mainImage": "images/APICalls.jpg",
93+
"techStack": [
94+
{ "name": "CSS", "icon": "faCss" },
95+
{ "name": "JavaScript", "icon": "faJs" },
96+
{ "name": "TypeScript", "icon": "images/typescript-svgrepo-com.svg" },
97+
{ "name": "React", "icon": "faReact" }
98+
],
99+
"links": {
100+
"deployment": "http://delphym-mania-chc-24-consuming-client-apis.devacademy.nz/",
101+
"github": "https://github.com/manaia-roa-2024/consuming-clientside-apis"
86102
}
87103
}
88104
]

0 commit comments

Comments
 (0)