Welcome to the Drinks & Cocktails Frontend Project! This small personal project is designed to showcase information on various drinks using TheCocktailDB API and Simple.css Framework.
The primary goal in crafting this project was to provide a hands-on learning experience for implementing asynchronous JavaScript and DOM manipulation. My aim was to deepen my understanding of these concepts and enhance my skills in creating dynamic and responsive user interfaces. I developed this project independently, referring only to the API documentation, the SimpleCSS framework and MDN. No step by step tutorials.
- Search by name: Easily search for specific drinks based on their name.
- Search by ingredient: Quickly discover the perfect beverage by searching for drinks based on their ingredients.
- Random drink: Click the "Random" button to discover a new and exciting drink recipe.
- HTML: Structuring the web page.
- Simple.css Framework: A CSS framework that makes semantic HTML look good.
- CSS: Styling the user interface.
- JavaScript: Interacting with TheCocktailDB API and updating the UI dynamically.