Creating the view package

Go ahead and create the package for our view layer. Create the src/views folder.

All the code elements corresponding to the view implementation will be stored there.