Skip to content

Commit

Permalink
feat: added mnimia to projects
Browse files Browse the repository at this point in the history
  • Loading branch information
fontas-moraitis committed Jun 8, 2024
1 parent 6e506ff commit 7787caf
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/data/projects.js
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'
}
]

0 comments on commit 7787caf

Please sign in to comment.