diff --git a/Beginner_Projects/food_journal/README.md b/Beginner_Projects/food_journal/README.md
new file mode 100644
index 000000000..6e6ca5b4b
--- /dev/null
+++ b/Beginner_Projects/food_journal/README.md
@@ -0,0 +1,34 @@
+# food-journal
+A browser-based meal tracking app built with HTML, CSS, and JavaScript. Lets users log meals by type (breakfast, lunch, dinner), view ingredient-level nutrition breakdowns, calculate daily totals, and visualize macronutrients with interactive charts using Chart.js. Data is stored locally for persistent tracking without a backend.
+🍽 Meal Logger
+
+A browser-based meal tracking app built with HTML, CSS, and JavaScript. Easily log your daily meals, view ingredient-level nutrition breakdowns, and track your calorie and macronutrient intake — all without a backend server.
+# ✨ Features
+
+Log meals by type: Breakfast, Lunch, Dinner, and Snacks
+
+See nutrition breakdowns for each meal
+
+View total daily calories and macronutrients
+
+Persistent data storage using localStorage
+
+Responsive, mobile-friendly design
+
+# 🛠 Tech Stack
+
+HTML5
+
+CSS3
+
+JavaScript (Vanilla)
+
+Chart.js for visualizing nutrition data
+
+
+
+
+
+
+
+
diff --git a/Beginner_Projects/food_journal/index.html b/Beginner_Projects/food_journal/index.html
new file mode 100644
index 000000000..7362e417f
--- /dev/null
+++ b/Beginner_Projects/food_journal/index.html
@@ -0,0 +1,606 @@
+
+
+