Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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"

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`