Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/bindu-1805/cocktail-recipe-generator
- Owner: bindu-1805
- License: mit
- Created: 2024-09-13T09:36:12.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-17T06:06:31.000Z (3 months ago)
- Last Synced: 2024-09-17T08:41:32.359Z (3 months ago)
- Language: CSS
- Homepage: https://cocktail-recipe-generator.vercel.app
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```