Chapter 1, Building a ToDo List, starts with a simple DOM manipulation with JavaScript and work with event listeners, which will give you a good idea of how JavaScript works with the HTML in the website. You’ll set up the basic development environment and build your first ToDo list app.
Chapter 2, Building a Meme Creator, helps you build a fun application, Meme Creator. Through this, you’ll understand the canvas element, use ES6 classes, and be introduced to layouts using CSS3 flexbox. This chapter also introduces you to Webpack and setting up your own automated development environment using it.
Chapter 3, Event Registration App, focuses on developing a responsive Event Registration form with an appropriate form validation, which allows users to register for your upcoming event and also visually display the registration data through charts. This chapter helps you understand different methods of performing AJAX requests and how to work with dynamic data.
Chapter 4, Real-Time Video Call App with WebRTC, uses WebRTC to build a real-time video call and chat application in JavaScript. This chapter focuses on using the powerful web APIs available to JavaScript in the browser.
Chapter 5, Developing a Weather Widget, helps you build a weather widget for an application using the HTML5 custom elements. You’ll learn about web components and their importance in web application development.
Chapter 6, Building a Blog with React, discusses React, a library for building user interfaces in JavaScript created by Facebook. You'll then build a blog using React and tools such as create-react-app and react-router.
Chapter 7, Redux, will deep dive into making your blog more maintainable and scalable, along with an improved user experience, using Redux to manage data across the React components.