Event Registration App
Hopefully, you had a lot of fun creating memes and sharing them with your friends! You successfully built a Meme Creator in the previous project using HTML5 canvas. You also used flexbox to design the page layout and learned a few things regarding ES6 modules.
The most important part of the previous chapter was the development environment we created with Webpack. It lets us develop applications faster with HotModuleReplacement, create an optimized production build with single file assets and reduced code size, and also hides the original source code from the user, while we can use source maps to debug the original code.
Now that we have module support, we can use it to create modular functions, which will allow us to ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access