The Recipe Book application is a user-friendly platform designed to help individuals discover, store, and keep track of their favorite recipes. This application offers an intuitive way to manage recipes, including features such as adding new recipes, editing existing ones, and browsing a curated list of dishes.
- Browse Recipes: Users can view a list of all available recipes with details including name, calories, and servings.
- Add New Recipes: A form is provided to add new recipes to the collection.
- Edit Recipes: Each recipe can be edited using the 'Edit' button.
- Delete Recipes: Recipes can be removed from the collection.
- Responsive Design: The application is fully responsive and provides an optimal viewing experience across a wide range of devices.
- Front-end: React, HTML, CSS
- State Management: React Hooks
- Routing: React Router
- Design: Responsive design with a mobile-first approach
To run the Recipe Book application locally, follow these steps:
- Clone the repository to your local machine.
- Install the required dependencies with
npm install
. - Start the application with
npm run dev
and visithttp://localhost:3000
in your browser. - Explore the marketplace and enjoy the features!
Contributions to the Recipe Book application are welcome! Please feel free to report any issues or suggest features by opening a GitHub issue on the repository.
Thank you for checking out the Recipe Book application. Happy cooking!