https://gnrmeme.herokuapp.com/
Open http://localhost:3000 to view it in the browser.
.
├── 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.