Welcome to MemeForge – a web app designed to make meme creation fun, fast, and easy! With powerful tools for customization, user-friendly features, and secure authentication, MemeForge is perfect for turning ideas into shareable humor.
- Framework: Next.js
- Image Management: ImageKit
- Styling: Tailwind CSS
- Authentication: Auth.js
- Database ORM: Drizzle
- Database: Neon
- Package Manager: pnpm
- Custom Meme Creation: Upload images or use templates, add text, and edit colors and fonts to make your memes unique.
- User Authentication: Securely sign up, log in, and manage user accounts with Auth.js.
- Responsive Design: Enjoy a seamless experience across devices with Tailwind CSS.
- Image Optimization: Efficient image delivery using ImageKit, so memes load fast and look sharp.
- Real-time Database Updates: Manage and access meme data through Drizzle and Neon integration.
- Fast Build and Install: Powered by pnpm for efficient dependency management.
- Node.js (version 16 or higher)
- pnpm (version 7 or higher)
- ImageKit Account (for image management)
- Neon Database (for storage)
- Auth.js (for authentication)
-
Clone the repository:
git clone https://github.com/Psamcyite/memeforge.git
-
Navigate to the project directory:
cd memeforge
-
Install dependencies using pnpm:
pnpm install
-
Set up environment variables:
Create a
.env.local
file and add the following:NEXT_PUBLIC_IMAGEKIT_URL=https://ik.imagekit.io/your_imagekit_id NEXT_PUBLIC_AUTH_SECRET=your_auth_secret DATABASE_URL=your_neon_database_url
-
Run the development server:
pnpm dev
-
Open http://localhost:3000 in your browser to view the app.
- Sign Up / Log In: Start by creating an account or logging in to access full features.
- Create a Meme: Upload an image or choose from templates, add captions, and apply styling.
- Save and Share: Save your memes to your account or share directly with friends.
/pages
– Contains the main routes of the app, including the home page, meme editor, and user profile pages./components
– Reusable components such as the meme editor, navbar, and footer./utils
– Helper functions, including image optimizations and database connectors./styles
– Tailwind CSS configuration and global styles.
We welcome contributions! To contribute:
-
Fork the repository and clone it to your local machine.
-
Create a branch for your feature:
git checkout -b feature/YourFeature
-
Make your changes and commit:
git commit -m "Add your feature"
-
Push the branch to your fork:
git push origin feature/YourFeature
-
Open a pull request for review.
This project is licensed under the MIT License. See the LICENSE file for details.
For questions or feedback, reach out:
- Email: [email protected]
- Website: psamcyitedev.pro