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.
- 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.
- ReactJS
- React Router
- State Management (Redux, Context API, etc.)
- UI Framework (Bootstrap, Material UI, etc.)
- Backend (Optional, for data storage and management)
-
Clone the repository to your local machine:
git clone https://github.com/sivaprasath2004/cooking-management-system.git
-
Navigate to the project directory:
cd cooking-management-system
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and visit
http://localhost:3000
to view the application.
- Register or log in to your account.
- Explore available recipes or add your own.
- Plan meals by selecting dishes and assigning cooks.
- Organize your cooking schedule according to your meal plan.
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.