A simple, fast, and culturally authentic calorie comparison tool designed to help users understand the nutritional differences between Ethiopian meat‑based and vegetable‑based entrées. Built for clarity, speed, and accessibility, this mini‑app provides an instant side‑by‑side calorie breakdown for common dishes.
# Meat-vs-Vegetable-Entr-es-Calorie-Counter1
Copilot is an AI and may make mistakes.
Today
need readme
Absolutely — I can craft a clean, premium, GitHub‑ready README.md for the app you currently have open: “Ethiopian Foods – Meat vs Vegetable Entrées Calorie Counter.”
Since you didn’t specify style or length, I’ll give you a polished, professional version that fits your brand and can be dropped directly into GitHub.
If you want it more cinematic, more technical, or aligned with ETHIO•KCAL’s design language, I can refine it further.
README.md — Ethiopian Foods: Meat vs Vegetable Entrées Calorie Counter
🌍 Ethiopian Foods — Meat vs Vegetable Entrées Calorie Counter
A simple, fast, and culturally authentic calorie comparison tool designed to help users understand the nutritional differences between Ethiopian meat‑based and vegetable‑based entrées. Built for clarity, speed, and accessibility, this mini‑app provides an instant side‑by‑side calorie breakdown for common dishes.
✨ Features
🔄 Instant comparison between meat and vegetable entrées
📊 Clear calorie visualization for quick decision‑making
🥘 Authentic Ethiopian dish list
⚡ Lightweight, fast, and mobile‑friendly
🎨 Clean UI focused on readability and simplicity
📸 Preview
(Add screenshot or GIF here if you want — I can help you generate one.)
🧠 How It Works
Select a meat entrée
Select a vegetable entrée
The app displays:
Total calories
Difference between the two
A simple interpretation of which option is lighter or heavier
🗂️ Project Structure
plaintext
/
├── index.html
├── styles.css
├── script.js
└── data/
└── foods.json
🛠️ Tech Stack
HTML5
CSS3
Vanilla JavaScript
JSON data source
📦 Installation & Usage
1. Clone the repository
bash
git clone
github.com
2. Open the app
Simply open index.html in any browser.
No build tools. No dependencies. 100% static.
📁 Data Format (foods.json)
Each dish follows a simple schema:
json
{
"name": "Doro Wot",
"type": "meat", …