Cocktail Manager

screenshot of Cocktail Manager
nextjs
react
tailwind
daisyui
prisma

The Cocktail Manager is an efficient tool for easily documenting and accessing cocktail recipes behind the bar. It also includes essentail bar management features like cost calculations and stats tools.

Overview

The Cocktail-Manager is a comprehensive web application designed for managing cocktail recipes and ingredients specifically for bar settings. Tailored for multiple users, it allows for different roles and permissions, making it ideal for busy environments where bartenders and management need efficient access to cocktail data. Initially aimed at providing a compact view of cocktail recipes, this tool has evolved into a fully-featured management system that combines intricate recipe details with backend management features such as financial calculations and production costs.

With its user-friendly interface and robust functionality, the Cocktail-Manager enhances the cocktail-making process, ensuring that bartenders can quickly access the information they need while also enabling event planners to assess ingredient requirements for parties efficiently.

Features

  • Multiple Separated Bars: Manage different bars independently with unique recipes and user roles, ensuring no data overlap.
  • User Management: Easily invite, manage, and assign roles to users, promoting organized team collaboration.
  • Cocktail Recipe Management: Add, edit, and delete detailed cocktail recipes, providing flexibility and variety.
  • Optimal for Bartenders: Featuring a compact view with easy search functionality, bartenders can quickly find necessary instructions for cocktail preparation.
  • Party/Event Appraisal: Calculate ingredient quantities needed for specific events based on selected cocktails, simplifying event preparation.
  • Financial and Statistics Tracking: Monitor cocktail costs and generate insightful statistics to manage resources efficiently.
  • Ingredient Importer: Quickly import ingredients from select websites with just one click, saving time on data entry.
  • Unit Sensitive: Configure available units for ingredients, ensuring precise calculations tailored to your bar's needs.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

daisyui
daisyUI

daisyUI adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.

prisma
Prisma

Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

formik
Formik

Formik is a popular form library for React that helps with form state management, validation, and submission handling. It provides a declarative approach to building forms with support for complex validation scenarios and easy integration with validation libraries like Yup.

framer-motion
Framer Motion

Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

recharts
Recharts

Recharts is a powerful and easy-to-use React library for building customizable and interactive charts. Built on D3.js, it offers a wide range of pre-built chart types, such as line, bar, pie, and scatter charts, all of which can be composed with a declarative syntax.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.