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
- Host: GitHub
- URL: https://github.com/poleexpr/meme-generator
- Owner: Poleexpr
- Created: 2024-01-12T19:21:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T10:46:53.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T21:18:02.365Z (about 1 year ago)
- Topics: memes, react, typescript, vite
- Language: TypeScript
- Homepage: https://meme-generrrator.netlify.app
- Size: 896 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Meme Generator
An application for the creation of memes in old web style.
Key Features •
How To Use •
Download •
Credits •
Related •
License

## 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