Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.75 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.75 KB

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