Creating a New Project

In this lesson, we'll get started with the next project that we'll be tackling in the next couple of sections.

The next project we’ll be working on will be an application in which visitors can search for cocktails. This will require an extensive database of alcoholic beverages. Fortunately, there are APIs that we can use to query for a list of cocktails. For this project, we’ll be using a service called the Cocktail DB. It’s completely free.

You can find more information about its API here.

We’re going to be focusing on multiple topics for this project. The main objectives of this project are to learn ...