Welcome to the Kitchen Recipe Management System project! This is a React-based application that allows users to manage recipes, performing CRUD (Create, Read, Update, Delete) operations.
- CRUD Operations: Create, Read, Update, and Delete recipes.
- View All Recipes: View all existing recipes in the system.
- User-friendly Interface: Intuitive design for easy navigation and interaction.
To get started with this project, follow these steps:
-
Clone the repository:
git clone https://github.com/manojconcept/kitchen-recipe-management.git
-
Navigate to the project directory:
cd kitchen-recipe-management
-
Install dependencies:
npm install
To run the project in development mode, use the following command:
npm run dev
This command will start the development server and open the application in your default web browser. The server will automatically reload if you make any changes to the source code.
To run the project in production mode, use the following command:
npm start
This command will build the project for production and start a production server. The application will be optimized for performance and ready for deployment.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.