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
- Node.js (v14 or later)
- npm (Node Package Manager)
- Random Cocktail Generator
- Cocktail Search Functionality
- Detailed Cocktail Recipes
- Responsive Design
- Node.js
- Express.js
- EJS Templating
- TheCocktailDB API
- HTML5
- CSS3
- JavaScript
- Clone the repository:
git clone https://github.com/Omryuo/Cocktail-Explorer.git
cd Cocktail-Explorer- Install dependencies:
npm install- Start the server:
npm start
# Or for development with nodemon:
npm run dev- Open your browser and navigate to
http://localhost:3000
The application is deployed on Render at cocktail-explorer-4pk5.onrender.com.
- Create a Render account
- Connect GitHub repository
- Configure build settings
- Build command:
npm install - Start command:
node index.js
- Build command:
This project uses the free TheCocktailDB API to fetch cocktail recipes.
MIT License