Skip to content

"Your Memes" is a fun, interactive app allowing you to create custom memes using React. Fetch images from an API, add text, choose fonts and colors, and share your creativity with the world!

License

huseyinkaplan00/Your-Memes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Your Memes

Welcome to the Your Memes project. This application allows you to create your own memes by adding custom texts to meme images fetched from an API. You can add as many text fields as you want, customize the font family, color, and size, and then download the resulting image. This project is built with React and hosted on a local development server.

Meme Generator Preview

Table of Contents

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes.

Prerequisites

Installing

  1. Clone the repo
git clone https://github.com/huseyinkaplan00/memegenerator.git
  1. Install NPM packages
npm install
  1. Create a .env file in the root of your project and add your Google Fonts API key:
REACT_APP_GOOGLE_FONTS_API_KEY=YOUR_API_KEY

Running the App

After installing the project and satisfying the prerequisites, the application can be started:

npm run dev

Your application runs on http://localhost:3000 in the browser.

Built With

  • React - The web framework used.
  • axios - Promise-based HTTP client for the browser and node.js.
  • colorthief - A script for grabbing the color palette from an image.
  • html2canvas - JavaScript HTML renderer.
  • react-draggable - React component for draggable elements.
  • react-helmet - A document head manager for React.

Link

Author