Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 746 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 746 Bytes

Cocktail Assistant Website

A very simple website, hosted on GitHub Pages to practice HTML, CSS, and vanilla JavaScript. The website's sole purpose is to practice FE development.

Description

This project is a simple website, which uses a free Cocktails API, to dynamically load either:

  • A single random cocktail;
  • Multiple cocktails specified by an input for entering an ingredient. The page then renders multiple cocktails.

The website is somewhat responsive with a single breakpoint at max-width 768px to allow for better rendering on smartphones. The CSS code is very chaotic, but, again, this is just a purely educational project.