-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e506ff
commit 7787caf
Showing
1 changed file
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,34 @@ | ||
export default [ | ||
{ | ||
name: 'mnimia', | ||
description: 'An iOS application for excersing your memory. Build with React-native.', | ||
live: 'https://apps.apple.com/nl/app/mnimia/id6502452878?l=en-GB', | ||
logo: '01' | ||
}, | ||
{ | ||
name: 'feedbackjar', | ||
description: `An AI assisted way of gathering and analyzing feedback`, | ||
live: '//www.feedbackjar.com', | ||
logo: '01' | ||
logo: '02' | ||
}, | ||
{ | ||
name: 'cupculator', | ||
description: `A Progressive web app that helps you calculate the quantity of materials used in cooking recipes. Installable PWA with REACT | Vercel | Redis KV`, | ||
github: 'https://github.com/fontas-moraitis/cupculator', | ||
live: '//www.cupculator.com', | ||
logo: '02' | ||
logo: '03' | ||
}, | ||
{ | ||
name: 'stavrosperakis.com', | ||
description: `A gallery web site for a sculptor and artist in Athens, content is handled with Storyblok. React | NextJS.`, | ||
github: 'https://github.com/fontas-moraitis/Gallery-eshop', | ||
live: '//www.stavrosperakis.com', | ||
logo: '03' | ||
}, | ||
logo: '04' | ||
}, | ||
{ | ||
name: 'fontas.me', | ||
description: `Link to the github repository of the current page. Vue 3 | Vite | Gsap`, | ||
github: 'https://fontas-me.vercel.app', | ||
logo: '04' | ||
logo: '05' | ||
} | ||
] |