Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bindu-1805/cocktail-recipe-generator

This application generates a random cocktail recipe with the click of a button offering a cocktail name, category, glass type, ingredients and instructions!
https://github.com/bindu-1805/cocktail-recipe-generator

Last synced: 9 days ago
JSON representation

This application generates a random cocktail recipe with the click of a button offering a cocktail name, category, glass type, ingredients and instructions!

Awesome Lists containing this project

README

        

# Random cocktail generator

This application uses the CocktailDB API to give a random cocktail recipe with images of the cocktail.

Axios is used to make HTTP requests.

## Getting started

1. Clone the repository
```
git clone https://github.com/bindu-1805/Cocktail-recipe-generator.git
```
2. Navigate to the project directory
```
cd Cocktail-recipe-generator
```
3. Install dependencies
```
npm install
```
4. Run the app
```
npm start
```