cooking-management-system

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.

Features

Technologies Used

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.