|
2 | 2 | {
|
3 | 3 | "title": "Stellar Share",
|
4 | 4 | "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.", |
5 | 6 | "mainImage": "https://stellar-share-mania-roa-24.pushed.nz/images/Homepage/StelarShare.webp",
|
6 | 7 | "additionalImages": [
|
7 | 8 | "https://stellar-share-mania-roa-24.pushed.nz/images/Homepage/TrolleGuy.png"
|
|
22 | 23 | {
|
23 | 24 | "title": "Bird Collection",
|
24 | 25 | "description": "A Web application keeping a detailed list of birds observations.",
|
| 26 | + "development": "", |
25 | 27 | "mainImage": "images/birdCollection.jpg",
|
26 | 28 | "techStack": [
|
27 | 29 | { "name": "Tailwind CSS", "icon": "images/tailwind-css-2.svg" },
|
|
38 | 40 | {
|
39 | 41 | "title": "Dog Dating App",
|
40 | 42 | "description": "FullStack single-page application for canine connections.",
|
| 43 | + "development": "", |
41 | 44 | "mainImage": "images/dogApp.png",
|
42 | 45 | "techStack": [
|
43 | 46 | { "name": "CSS", "icon": "faCss" },
|
|
52 | 55 | },
|
53 | 56 | {
|
54 | 57 | "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).", |
56 | 60 | "mainImage": "images/guessCountry.png",
|
57 | 61 | "techStack": [
|
58 | 62 | { "name": "CSS", "icon": "faCss" },
|
|
64 | 68 | "deployment": "http://delphym-mania-chc-24-birds-collection.devacademy.nz/",
|
65 | 69 | "github": "https://github.com/manaia-roa-2024/guess-the-country"
|
66 | 70 | }
|
| 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 | + } |
67 | 87 | }
|
68 | 88 | ]
|
0 commit comments