An open API service indexing awesome lists of open source software.

https://github.com/krondorl/cocktail-app-v2

Get information about drinks and cocktails.
https://github.com/krondorl/cocktail-app-v2

Last synced: 3 months ago
JSON representation

Get information about drinks and cocktails.

Awesome Lists containing this project

README

        

# Cocktail App v2

The project can retrieve information about drinks and cocktails from [TheCocktailDB](https://www.thecocktaildb.com/).

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.](EXERCISE.md)

## 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](doc_img/intro.png "Intro page")

![Cocktail screen](doc_img/cocktail-page.png "Cocktail screen")

## License

Please read [the license file.](LICENSE)