Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoGytis committed Jul 15, 2024
1 parent 7773c0b commit a660e83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import braintech from '../../public/images/projects/braintech.jpg';
import gridster from '../../public/images/projects/gridster.jpg';
import ip_royal from '../../public/images/projects/ip_royal.jpg';
import futbolo_batai from '../../public/images/projects/futbolo_batai.jpg';
import imged from '../../public/images/projects/imged.jpg';
import images_hub from '../../public/images/projects/imged.jpg';
import checkouter from '../../public/images/projects/checkouter.jpg';
import brofinity from '../../public/images/projects/brofinity.jpg';

Expand Down Expand Up @@ -39,8 +39,8 @@ const Projecs: any = () => {
tags={['HTML', 'CSS', 'WordPress', 'Elementor', 'Jquery', 'PHP']}
/>
<ProjectWrapper
title="Imged"
imageSrc={imged}
title="ImagesHub"
imageSrc={images_hub}
link="https://github.com/LeoGytis/ImagesHub"
description="Project fetches images with Flickr API, implementing both infinite scroll and lazy loading for seamless browsing. It was tested with Jest and includes lazy loading, ensuring images load only when visible on the screen. Users can also favorite items, with favorites persisting across sessions. The design closely mirrors provided screenshots, including hover states."
tags={['HTML', 'CSS', 'REST API', 'Jest', 'React', 'TypeScript']}
Expand Down

0 comments on commit a660e83

Please sign in to comment.