/meme-maker

Meme Maker: A fun and interactive React application that allows users to create their own memes by adding custom text to random meme images fetched from an API.

Primary LanguageJavaScript

Meme Maker

Meme Maker is a fun and interactive React application that allows users to create their own memes using a variety of templates fetched from the memegen.link API.

Features

  • Fetches meme templates from the memegen.link API.
  • Allows users to add custom text to the top and bottom of the meme.
  • Provides a functionality to fetch a new random meme image.

Main Components

  • Meme.jsx: This is the main component of the application. It fetches the meme templates, handles user input for the meme text, and displays the meme.

Installation

This project uses Yarn as its package manager. To get started, clone the repository and install the dependencies.

git clone https://github.com/hsavzyan/meme-maker.git
cd meme-maker
yarn install

Usage

To start the application, use the following command:

yarn start

The application will start and can be accessed at http://localhost:3000.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.