Skip to content

A sleek web app that generates random cocktail recipes using the Cocktail API, displaying images and detailed instructions

Notifications You must be signed in to change notification settings

AMYasserF/CockTail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cocktail App

This is a Node.js-based web application for managing cocktail recipes.

Features

  • Display a list of cocktails
  • View detailed recipes

Installation

Prerequisites

  • Node.js (v14+ recommended)
  • npm (comes with Node.js)

Steps

  1. Clone the repository:
    git clone https://github.com/your-username/Cocktail.git
    cd Cocktail
  2. Install dependencies:
    npm install

Usage

Running the Development Server

npm start

The server will start at http://localhost:3000/

Project Structure

Cocktail/
├── index.js          # Main application entry point
├── package.json      # Project metadata and dependencies
├── public/           # Static assets (CSS, JS, images)
├── views/            # Template files
├── node_modules/     # Installed dependencies

Contributing

Pull requests are welcome! Feel free to open an issue if you find a bug or have a feature request.


Happy coding! 🍹

About

A sleek web app that generates random cocktail recipes using the Cocktail API, displaying images and detailed instructions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors