Ionia-Devs / chameleon

https://chameleon-sandy.vercel.app
1 stars 1 forks source link

Implement Explore Page with Grid Layout and Lazy Loading #68

Open Balance8 opened 5 months ago

Balance8 commented 5 months ago

Description:

Objective: To create a new "Explore" page for our application that presents a collection of images in an aesthetically pleasing grid format, using the Grid Layout component from https://ui.aceternity.com/components/layout-grid. The images should be efficiently loaded using the "next image" strategy for lazy loading to optimize performance and reduce initial load time.

Image

Requirements:

API Suggestion for Placeholder Images:

Acceptance Criteria:

Sub-tasks:

  1. Set up the Explore page route and framework.
  2. Integrate the Grid Layout component.
  3. Implement lazy loading functionality for images.
  4. Add API calls to fetch random images as placeholders.
  5. Conduct cross-browser and device testing.

Notes: