Skip to content

React meme generator, built as part of the free Scrimba “Learn React for free” course which you can view here: https://scrimba.com/learn/learnreact/

Notifications You must be signed in to change notification settings

scrimba/react-meme-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

424d1b2 · Jan 20, 2023

History

8 Commits
Jan 20, 2023
Nov 4, 2020
Nov 4, 2020
Nov 4, 2020
Nov 4, 2020
Nov 4, 2020
Nov 4, 2020
Nov 4, 2020
Jan 20, 2023
Nov 4, 2020
Jan 20, 2023
Nov 4, 2020
Nov 4, 2020

Repository files navigation

title(){

	return this.options.title || this.options.name;
}

Quick start:

$ yarn # npm install
$ yarn build # npm run build

Development

Run Webpack in watch-mode to continually compile the JavaScript as you work:

$ yarn watch # npm run watch

Supporting Scrimba

Since 2017, we have created over 20 free courses on Scrimba, and we're going to continue launching free courses. But to pay our bills, we have to charge once in a while. So if you've ever wanted to "give back" to Scrimba, you can do that by buying one of our paid courses

Happy Coding!