Search⌘ K
AI Features

Creating a New Project

Explore how to start a new Angular project focused on building a cocktail search app. Learn to generate components, use external services, perform HTTP requests, and incorporate Bootstrap styling to structure the application effectively.

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 ...