prashant07ag / meme_gallery

Meme Gallery is project in Next.js utilizes the Reddit API to curate a dynamic collection of memes, offering a fun and engaging browsing experience for users.

Home Page:https://meme-gallery-ten.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meme Gallery - Next.js Project

Meme Gallery is a dynamic web application crafted with Next.js, offering users an infinite scrolling experience to explore and savor a delightful collection of memes sourced directly from popular Reddit meme subreddits. This project prioritizes creating a fluid and captivating meme browsing experience.

Features

  • Infinite Scrolling: Seamlessly enjoy a continuous stream of memes without manual intervention.

  • Reddit Integration: The application intelligently pulls memes from well-known Reddit meme subreddits, ensuring a constantly updated and diverse collection.

  • Responsive Design: The gallery is meticulously designed to function seamlessly across a variety of devices, guaranteeing an optimal user experience.

Installation

Ensure that you have Node.js installed on your machine. Follow these simple steps to get started:

git clone https://github.com/your-username/meme_gallery.git
cd meme_gallery
npm install
npm run dev

Deployment

This Meme Gallery project is deployed on Vercel. You can access it live at Meme Gallery on Vercel.

Contributing

If you wish to contribute to the project, follow these simple steps:

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:

    git commit -m "Add your feature"
  4. Push to the branch:

    git push origin feature/your-feature-name
  5. Open a pull request.

Acknowledgments


About

Meme Gallery is project in Next.js utilizes the Reddit API to curate a dynamic collection of memes, offering a fun and engaging browsing experience for users.

https://meme-gallery-ten.vercel.app


Languages

Language:JavaScript 98.4%Language:CSS 1.6%