Skip to content

Latest commit

 

History

History
89 lines (65 loc) · 3.68 KB

README.md

File metadata and controls

89 lines (65 loc) · 3.68 KB
Cook Logo

license repo-size last-commit stars forks release watchers

Cook App

English | Tiếng Việt

Introduction

Cook is a versatile mobile application designed to simplify your cooking experience. Whether you're a seasoned chef or a kitchen novice, Cook helps you discover recipes, manage ingredients, and enhance your culinary skills with ease.

Cook provides a user-friendly interface to explore a vast collection of recipes, watch detailed cooking videos, and interact with a community of food enthusiasts. Our app is currently available on both web and mobile platforms, offering a seamless experience across devices.

Features

  • Recipe Discovery: Find recipes based on available ingredients.
  • Video Tutorials: Watch step-by-step cooking videos from professional chefs.
  • Community Interaction: Connect with fellow food lovers and share your culinary experiences.
  • Ingredient Management: Easily manage and track your ingredients.
  • Customizable Options: Personalize your cooking experience with custom preferences.

Preview

easy cook logo easy cook logo easy cook logo easy cook logo easy cook logo easy cook logo

Documentation

For detailed documentation, please visit Cook Documentation.

Preparation

  • capacitorjs - A cross-platform native runtime for web apps.
  • nuxt - Basic knowledge of Nuxt
  • TypeScript - Basic knowledge of TypeScript
  • ES6+ - Basic knowledge of ES6 syntax

Install and Use

  • Clone the repository
git clone https://github.com/your-repo/cook.git
  • Installation dependencies
cd cook
pnpm install
  • run
pnpm dev
  • build
pnpm build
  • sync android
npx cap sync