December 2018
Beginner to intermediate
472 pages
11h 16m
English
The material from the previous chapters gives you all the elements you need to build a basic web application. In this chapter, we will do just that.
Our application will be a pixel-drawing program, where you can modify a picture pixel-by-pixel by manipulating a zoomed-in view of it, shown as a grid of colored squares. You can use the program to open image files, scribble on them with your mouse or other pointer device, and save them. This is what it will look like:

Painting on a computer is great. You don’t need to worry about materials, skill, or talent. You just start smearing.
The interface for the application ...
Read now
Unlock full access