meme-studio
meme-studio copied to clipboard
π A complete and fast website building in Next.js for creating and sharing "internet memes"
Meme Studio
The Meme Studio is designed to be insanely fast and provide powerful customization for your memes, while still being simple and easy to use.
A list of memes is provided by default but you can also import your own image.
You have the option of downloading your personalized meme to your device or sharing it directly on your Twitter account. I do not save your meme in our database, so make sure you export your work.
Website : meme-studio.io
Langs available (for now) :
- Français
- English
What I use:
- ReactJS - Framework JS
- React-Helmet - SEO
- Immer - Immutability library
- React-i18next - Internationalization
- ExpressJS - Server side
- Sequelize - Database
Contributing
Any contributions and/or pull requests would be welcome.
Installing from source
- Clone the repository:
git clone https://github.com/viclafouch/meme-studio.git
- Install the npm dependencies
npm install
- Start server:
npm run dev