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.
These instructions will get you a copy of the project up and running on your local machine for development purposes.
- Node.js installed on your local system.
- An API key from Google Fonts API.
- Clone the repo
git clone https://github.com/huseyinkaplan00/memegenerator.git
- Install NPM packages
npm install
- 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
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.
- 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.
- Hüseyin Kaplan - Github