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.
We'll cover the following...
We'll cover the following...
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 ...