Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-04T09:58:54.000Z (9 months ago)
- Last Synced: 2024-05-05T09:36:53.940Z (9 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
![Memeify](src/assets/memeify1.png)
![Memeify](src/assets/memeify2.png)
![Memeify](src/assets/memeify3.png)## 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)