Skip to content

deja-v/Meme-inator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meme-inator

A simple and fun web app built with ReactJS and Vite that fetches memes from top subreddits and displays them at the click of a button. Checkout this webapp at https://meme-inator.vercel.app/

Features

  • Fetch Memes: Get random memes from top subreddits with a single click.
  • Simple Interface: Easy-to-use interface with a single button to fetch memes.
  • Responsive Design: Works well on both desktop and mobile devices.

Installation

  1. Clone the repository

    git clone https://github.com/deja-v/Meme-inator.git
    cd Meme-inator
  2. Install dependencies

    npm install
  3. Start the development server

    npm run dev

    The app will be available at http://localhost:5173.

Usage

Fetch Memes: Click the "Get a new Meme" button on the home page to load a meme from top subreddits.

Technologies Used

  • Frontend: ReactJS, CSS, HTML
  • Build Tool: Vite
  • API: Utilizes a Meme_Api to fetch memes

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes. Make sure to follow the code style and include tests if applicable.

  1. Fork the project
  2. Create your feature branch
    git checkout -b feature/AmazingFeature
  3. Commit your changes
    git commit -m 'Add some AmazingFeature'
  4. Push to the branch
    git push origin feature/AmazingFeature
  5. Open a pull request

Enjoy your memes! 🎉