Skip to content

A React/JS web app that lets user search pics, then generates a meme with a chosen image and input texts. Deployed: https://gnrmeme.herokuapp.com/

Notifications You must be signed in to change notification settings

yiransii/Meme-Generator

Repository files navigation


Deployed Meme Generator

https://gnrmeme.herokuapp.com/


Run the app locally

npm start

Open http://localhost:3000 to view it in the browser.


Structure

.
├── README.md
├── package-lock.json
├── package.json
├── public
│   ├── favicon.ico
│   ├── index.html
│   ├── manifest.json
│   └── robots.txt
└── src
    ├── App.css
    ├── App.js
    ├── App.test.js
    ├── Gen.js
    ├── index.css
    ├── index.js
    └── setupTests.js

This project was bootstrapped with Create React App.


For the other version built with Python package and JavaScript package that could support a database, please check out the master. Current branch is mainly for the purpose of deployment.


About

A React/JS web app that lets user search pics, then generates a meme with a chosen image and input texts. Deployed: https://gnrmeme.herokuapp.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published