Skip to content

Omryuo/Cocktail-Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cocktail Explorer 🍹

Live Demo

🍹 Visit Cocktail Explorer

Project Description

Cocktail Explorer is a web application that allows users to discover and explore various cocktails using the CocktailDB API. The application provides features like:

  • Random cocktail generation
  • Cocktail search by name
  • Detailed cocktail recipes and ingredients

Prerequisites

  • Node.js (v14 or later)
  • npm (Node Package Manager)

Features

  • Random Cocktail Generator
  • Cocktail Search Functionality
  • Detailed Cocktail Recipes
  • Responsive Design

Technologies Used

  • Node.js
  • Express.js
  • EJS Templating
  • TheCocktailDB API
  • HTML5
  • CSS3
  • JavaScript

Installation

  1. Clone the repository:
git clone https://github.com/Omryuo/Cocktail-Explorer.git
cd Cocktail-Explorer
  1. Install dependencies:
npm install
  1. Start the server:
npm start
# Or for development with nodemon:
npm run dev
  1. Open your browser and navigate to http://localhost:3000

Deployment

The application is deployed on Render at cocktail-explorer-4pk5.onrender.com.

Deployment Steps

  1. Create a Render account
  2. Connect GitHub repository
  3. Configure build settings
    • Build command: npm install
    • Start command: node index.js

API

This project uses the free TheCocktailDB API to fetch cocktail recipes.

License

MIT License

About

Cocktail Explorer is a web application that allows users to discover and explore various cocktails using the CocktailDB API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors