/cocktail-app-v2

Get information about drinks and cocktails.

Primary LanguageTypeScriptISC LicenseISC

Cocktail App v2

The project can retrieve information about drinks and cocktails from TheCocktailDB.

There are two features in this project:

  • get a random cocktail on reload and on clicking
  • search for a specific cocktail by name

This is a remake of my earlier Cocktail app. This new version features:

  • TypeScript React and
  • functional components with hooks
  • components
  • more styles with custom properties (variables)

Please see the exercise description of the project for details.

Running the app

  1. Run npm install in root folder, then in /client and /server directories.
  2. Execute npm start in root folder.

Screenshot

The app looks like this.

Intro page

Cocktail screen

License

Please read the license file.