Skip to content

Commit

Permalink
Add the PhotoZri project
Browse files Browse the repository at this point in the history
  • Loading branch information
shalithasuranga committed Aug 1, 2024
1 parent eee8ad4 commit ba97a22
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/Projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@ const ProjectsList = [
),
link: 'https://github.com/codezri/react-native-ecommerce'
},
{
title: 'PhotoZri',
image: 'photozri.png',
description: (
<>
PhotoZri is a minimal image editor app that offers basic image editing features.
</>
),
link: 'https://codezri.org/photozri'
},
];

function Project({project}) {
Expand Down
Binary file added static/img/projects/photozri.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ba97a22

Please sign in to comment.