An open API service indexing awesome lists of open source software.

https://github.com/poleexpr/meme-generator

Meme-making React app
https://github.com/poleexpr/meme-generator

memes react typescript vite

Last synced: 2 months ago
JSON representation

Meme-making React app

Awesome Lists containing this project

README

          




Demo


Meme Generator


An application for the creation of memes in old web style.


Key Features
How To Use
Download
Credits
Related
License

![screenshot](/public/screenshot.png)

## Key Features

- Random selection from a wide range of meme templates
- Addition of your own text at the top and/or bottom of the template
- Downloading a created meme

## How To Use

To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:

```bash
# Clone this repository
$ git clone https://github.com/Poleexpr/memeGenerator.git

# Install dependencies
$ npm install
# or
$ yarn install

# Run the app
$ npm run dev
# or
$ yarn dev

```

## Credits

This app uses the following open source packages:

- [React](https://react.dev)
- [Vite](https://vitejs.dev)
- [TypeScript](https://www.typescriptlang.org)
- [html2canvas](https://html2canvas.hertzen.com)
- [nes-ui-react](https://kyr0.github.io/nes-ui-react/)
- Meme images are taken from [here](https://imgflip.com)

## License

MIT