Skip to content

gana-18/meme-gallery-nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Project Outline:

  • Features of this meme gallery include infinite scrolling for every 100 memes, gallery, zoom in and out.
  • The typical nextjs feature loading.jsx is used and since there are no routes/dynamic routes for it to apply automatically it is used in the if/else condition as a component.
  • Lazy loading is used for gifs and priority is set to true for videos as they take maximum time while fetching.
  • The website is responsive.
## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.