Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rir7890/memegenerator
Using React
https://github.com/rir7890/memegenerator
Last synced: about 2 months ago
JSON representation
Using React
- Host: GitHub
- URL: https://github.com/rir7890/memegenerator
- Owner: rir7890
- Created: 2023-08-05T16:02:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-05T16:05:08.000Z (over 1 year ago)
- Last Synced: 2023-08-05T17:24:59.594Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meme generator using React
![image](https://github.com/rir7890/MemeGenerator/assets/98277620/19c17e78-251d-48fd-aa00-6ac5e8aa01ca)
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
```## About Scrimba
At Scrimba our goal is to create the best possible coding school at the cost of a gym membership! 💜
If we succeed with this, it will give anyone who wants to become a software developer a realistic shot at succeeding, regardless of where they live and the size of their wallets 🎉
The Frontend Developer Career Path aims to teach you everything you need to become a Junior Developer, or you could take a deep-dive with one of our advanced courses 🚀- [Our courses](https://scrimba.com/allcourses)
- [The Frontend Career Path](https://scrimba.com/learn/frontend)
- [Become a Scrimba Pro member](https://scrimba.com/pricing)Happy Coding!