HackRU / frontendv2

Running it back.
https://frontendv2-six.vercel.app
5 stars 2 forks source link

Make Sponsors Section on Landing Page Pull from API #2

Open kevinmonisit opened 6 months ago

kevinmonisit commented 6 months ago

As a visitor, I want to see the LIVE version of Sponsors pulled directly from the API instead of a hardcoded version so that I'm up to date.

image

Important Information

What information do you need? Check out the backend API routes: https://github.com/HackRU/lcs/wiki/LCS-API-Endpoints

Is this enough? Look into pulling images from an API for Next.js projects. What optimizations are used? Streaming? Lazy loading? Your implementation and research will be used for all the other images on the website.

You should consider using /app/lib/data.ts.

Goal

Copy and paste implementation of the sponsors to the landing page. No need for styling or making it pretty. Just getting images on there is the most important bit.

Discuss here what you think we should do.

kevinmonisit commented 6 months ago

assigned to dhruv