fariasmateuss / meme-generator

:trollface: Recreate your favorite meme — An web-based app on Next.js

Home Page:https://memegenerator.online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Know your meme generator.

Screenshots

Run Locally

Ensure you have Yarn installed.

Clone the project:

git clone https://github.com/fariasmateuss/meme-generator.git

Go to the project directory:

cd meme-generator

Add a .env.local file, make a imgflip account and add its key following .env.example file:

mv .env.example .env.local

Install dependencies:

yarn

Start the server:

yarn dev

or

yarn next

Open http://localhost:3000 with your browser to see the result.

Deployment

To deploy this project run:

yarn build

Feedback

If you have any ideas or feedback for this project, please let me know. Connect with me on Twitter or LinkedIn.

Contributing

If you found this useful, please help us improve it by contributing.

See contributing for more details.

License

Released under the MIT License

Made with ♥️ by Mateus V. Farias

About

:trollface: Recreate your favorite meme — An web-based app on Next.js

https://memegenerator.online

License:MIT License


Languages

Language:TypeScript 95.8%Language:JavaScript 3.8%Language:Shell 0.4%