Skip to content

sivaprasath2004/cooking-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cooking Management System

The Cooking Management System is a web application built with ReactJS aimed at helping users organize their cooking activities and plan meals efficiently. Users can select dishes to cook, manage recipes, and organize their cooking schedule.

Link

Features

  • Recipe Management: Users can add, edit, and delete recipes.
  • Meal Planning: Plan meals for specific days and times.
  • Cook Selection: Select a cook for each meal or dish.
  • Cooking Schedule: Organize cooking tasks and schedule.

Technologies Used

  • ReactJS
  • React Router
  • State Management (Redux, Context API, etc.)
  • UI Framework (Bootstrap, Material UI, etc.)
  • Backend (Optional, for data storage and management)

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/sivaprasath2004/cooking-management-system.git
  2. Navigate to the project directory:

    cd cooking-management-system
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm start
  5. Open your browser and visit http://localhost:3000 to view the application.

Usage

  1. Register or log in to your account.
  2. Explore available recipes or add your own.
  3. Plan meals by selecting dishes and assigning cooks.
  4. Organize your cooking schedule according to your meal plan.

Contributing

Contributions are welcome! If you'd like to contribute to this project, feel free to submit pull requests or open issues for any improvements or features you'd like to see added.