Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viclafouch/meme-studio
π A complete and fast website building in Next.js for creating and sharing "internet memes"
https://github.com/viclafouch/meme-studio
meme-generation nextjs pandacss reactjs tanstack-query typescript-library
Last synced: about 22 hours ago
JSON representation
π A complete and fast website building in Next.js for creating and sharing "internet memes"
- Host: GitHub
- URL: https://github.com/viclafouch/meme-studio
- Owner: viclafouch
- Created: 2019-11-25T13:38:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T13:18:24.000Z (about 1 month ago)
- Last Synced: 2025-01-21T06:05:00.587Z (9 days ago)
- Topics: meme-generation, nextjs, pandacss, reactjs, tanstack-query, typescript-library
- Language: JavaScript
- Homepage: https://www.meme-studio.io/
- Size: 43 MB
- Stars: 94
- Watchers: 3
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://www.meme-studio.io)
#### Langs available (for now) :
- Français
- English#### What I use:
- [Next.js](https://nextjs.org) - Framework React.js
- [Panda-css](https://panda-css.com) - Built time CSS in JS
- [Immer](https://immerjs.github.io/immer/docs/introduction) - Immutability library
- [Next Intl](https://next-intl-docs.vercel.app) - Internationalization
- [Tanstack Query](https://tanstack.com/query/latest) - Async state Managment### Contributing
Any contributions and/or pull requests would be welcome.
### Installing from source
1. Clone the repository: `git clone https://github.com/viclafouch/meme-studio.git`
2. Install the npm dependencies `npm install`
3. Start server: `npm run dev`### Release
1. With vercel: `npx vercel --prod`