Meme Generator

This is my 3rd React project a meme generator that lets you get a random meme images from imgflip api and add text on it.

Here is the Live Site https://meme-generatorr3.netlify.app/

Usage

First install all the dependencies needed for this project

npm install

Run the project in your local machine

npm run dev

Once link is provided eg. http://localhost:5173/ hold ctrl and click the link to open it in your browser.

To see how the website would look like once it is deployed live. Run

npm run build

thiw will create a dist/ dir, wait for it to finish then

npm run preview

License

See the MIT License file for more info.