Skip to content

Meme generator to add text to trending meme images pulled from an API

Notifications You must be signed in to change notification settings

rishitdaru/Meme-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MemeMaster

This is a Meme Generator (MemeMaster) that can be used to add text to trending meme images pulled from an API. The app can be tweaked a bit to use a specific set of images that can be specified in memesData.js

Preview:

meme_generator_screenshot_1

meme_generator_screenshot_2

  • The public directory contains the html page
  • The src directory contains the images and the components folder and all other js and css files.
  • The project has 2 components:
    • Header.js: inlcudes the header bar that displays the website title and logo
    • Meme.js: displays meme section where user can request random meme image, add text to it and also print the final meme
  • App.js then collates Navbar.js & Meme.js together and exports to index.js
  • index.js renders the page using style.css.

Installation

The dependencies required are all included in the package.json file. They will all be installed by running the npm install command.

Set-up

To start the project run npm start.

Technologies

This project was bootstrapped with create-react-app. npx create-react-app.

Shows a logo of c-sharp

About

Meme generator to add text to trending meme images pulled from an API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published