lmachens / memesOver9000

[Lecture] Generate Memes online

Home Page:https://memesover9000.lmachens.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

[Lecture] Generate Memes online

https://memesover9000.lmachens.now.sh

License:MIT License


Languages

Language:JavaScript 62.5%Language:CSS 22.7%Language:HTML 14.7%