Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukmanrambe/meme-master
A Web App Built by Using ReactJS to Generate Memes from Templates by Using imgflip API (https://imgflip.com/api)
https://github.com/lukmanrambe/meme-master
css html javascript meme-generator react reactjs styled-components
Last synced: 3 months ago
JSON representation
A Web App Built by Using ReactJS to Generate Memes from Templates by Using imgflip API (https://imgflip.com/api)
- Host: GitHub
- URL: https://github.com/lukmanrambe/meme-master
- Owner: LukmanRambe
- License: gpl-3.0
- Created: 2022-03-18T09:36:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-19T20:24:26.000Z (over 2 years ago)
- Last Synced: 2024-10-04T13:06:42.825Z (3 months ago)
- Topics: css, html, javascript, meme-generator, react, reactjs, styled-components
- Language: JavaScript
- Homepage: https://meme-master.netlify.app
- Size: 656 KB
- Stars: 25
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meme Master
This is meme generator app i have created using ReactJS and ImgFlip API (https://imgflip.com/api).
We can choose our meme template (image), then fill in the words inputs for our meme. In the end, we can download our generated meme.
Hope you enjoy it 😄😄😄
# Web Pages
## Home Page (Meme Templates)
![meme-master (1)](https://user-images.githubusercontent.com/66102026/158972808-b7e7ce67-216a-41c0-9721-1192c13a39cd.jpg)
## Meme Template Page
![meme-master (2)](https://user-images.githubusercontent.com/66102026/158972909-470e6a5a-88fa-4cf9-82aa-8a2d0b51c595.jpg)
## Downloaded Meme
![Drake Hotline Bling (2)](https://user-images.githubusercontent.com/66102026/158972989-7e75e12a-02ec-4901-87cb-21abd2105f29.jpg)
# This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm install`
Install all the dependencies
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.The page will reload when you make changes.\
You may also see any lint errors in the console.### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.