This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
- 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.
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.