/memesOver9000

[Lecture] Generate Memes online

Primary LanguageJavaScriptMIT LicenseMIT

MemesOver9000

MemesOver9000 is a meme generator for the web. You can select your most favorite memes and change the text.

Dev

This project uses SASS to generate the CSS files. Install SASS first:

npm i -g sass

Now, you can generate the CSS files with:

sass --watch input.scss style.css

Milestones

  • create base layout with SASS and HTML
  • add form without JavaScript and sample image
  • add preview image (Canvas) with sample JavaScript
  • create text in canvas on form change
  • print sample image in canvas
  • add template image selector and make the form dynamic
  • add social buttons to header
  • make form persistent