From ef5c0476b06b8f3c87f9055adc60156fb95547f8 Mon Sep 17 00:00:00 2001 From: francesco448 Date: Wed, 25 Feb 2026 16:15:52 +0100 Subject: [PATCH] Update project description in README Enhanced project description to include database features. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccc343b..f68755d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Project Description -This project is a collection of recipes from various cuisines around the world. It allows users to explore, add, and share cooking recipes. +This project is a collection of recipes from various cuisines around the world. It allows users to explore and add cooking recipes. The application features a structured database with recipes, ingredients, units, categories, and preparation instructions. # Tech Stack @@ -16,4 +16,4 @@ In this project, I take on the role of a full-stack developer responsible for im # What I Learned -Working on this project helped me understand the key concepts of MVC architecture and how to effectively integrate AJAX to enhance user interactions without refreshing the page. I gained insights into asynchronous programming and how it can lead to a more dynamic and responsive application. \ No newline at end of file +Working on this project helped me understand the key concepts of MVC architecture and how to effectively integrate AJAX to enhance user interactions without refreshing the page. I gained insights into asynchronous programming and how it can lead to a more dynamic and responsive application.