- Live previews
- Fullscreen mode
- Cross platform
- Download functionelity
Clone the project
git clone /~https://github.com/aks1489/Meme-Generator.git
Go to the project directory
cd MEME-GENERATOR
Install dependencies
npm install
npm install --save html-to-image
npm install downloadjs
Start the server
npm run dev
Client: React
Server: Node
This site was served using Netlify , and uses html-to-image dependency to convert html component to image. dowmloadjs dependency use to download created meme images.