https://github.com/aviralsharma07/memeify
Memeify is a meme generator application built using React and Vite. It allows users to create custom memes by adding text to images and provides a collection of pre-existing memes for quick use.
https://github.com/aviralsharma07/memeify
Last synced: 3 months ago
JSON representation
Memeify is a meme generator application built using React and Vite. It allows users to create custom memes by adding text to images and provides a collection of pre-existing memes for quick use.
- Host: GitHub
- URL: https://github.com/aviralsharma07/memeify
- Owner: aviralsharma07
- Created: 2024-05-04T08:44:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-04T09:58:54.000Z (about 1 year ago)
- Last Synced: 2025-02-10T12:14:07.674Z (5 months ago)
- Language: JavaScript
- Homepage: https://memeify-avi.netlify.app/
- Size: 618 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memeify
Live Project Link: [Memeify](https://memeify-avi.netlify.app/)
## Description
Memeify is a meme generator application built using React and Vite. It allows users to create custom memes by adding text to images and provides a collection of pre-existing memes for quick use.
## Features
- Generate memes by adding text to images.
- View a collection of pre-existing memes.
- Customize memes with adjustable text size and position.
- Export memes as JPEG images.
- Lightweight and easy-to-use interface.## Screenshots


## Tech Used
- React
- Vite
- React Router
- Bootstrap
- react-bootstrap
- react-component-export-image
- react-draggable## Installation
1. Clone the repository: `git clone https://github.com/your-username/memeify.git`
2. Navigate to the project directory: `cd memeify`
3. Install dependencies: `npm install`## Usage
1. Start the development server: `npm run dev`
2. Open your browser and visit `http://localhost:3000` to view the app.## Credits
- Created by [Aviral Sharma](https://github.com/aviralsharma07)