Skip to content

Conversation

@rajucreate
Copy link

@rajucreate rajucreate commented Oct 24, 2025

💡 App Idea: Calorie Count App

This PR adds a new Intermediate-tier app idea called Calorie Count App.

Unlike the existing calorie tracker ideas, this application focuses on custom meal composition — users can build a meal by selecting ingredients and specifying quantities, and the app will calculate total calories, protein, and natural sugar content.

Key Features

  • Ingredient-based calorie and nutrient calculation
  • Macronutrient breakdown (protein, fat, carbs, sugar)
  • Save, edit, and view meal compositions
  • Bonus: barcode scanner, daily log, and goal tracking

This idea is unique from the existing ones as it emphasizes ingredient-level customization and real-time nutritional computation rather than general meal logging or large dataset transformation.

Tier: 2 - Intermediate

Summary by CodeRabbit

  • Documentation

    • Added comprehensive intermediate-level Calorie Count App documentation covering description, purpose, user stories (meal building/tracking), required tech, optional features (barcode scanning, progress insights), example projects, and reference resources.
  • Chores

    • Included a small placeholder code example alongside the documentation to illustrate a concise app description for implementers.

@coderabbitai
Copy link

coderabbitai bot commented Oct 24, 2025

Walkthrough

Added a new Intermediate-tier project spec for a Calorie Count App and a placeholder Python module with a public function that returns a brief app description.

Changes

Cohort / File(s) Summary
New Intermediate Project Documentation
Projects/2-Intermediate/Calorie-Count-App.md
Added a Tier 2 Calorie Count App specification: description, purpose, required resources, user stories, bonus features, useful links, example projects, and a note distinguishing it from the Tier 3 Calorie Counter.
Placeholder Python module
Projects/2-Intermediate/calorie_count_app.py
Added a small public function calorie_app_description() that returns a concise description of the app (placeholder implementation).

Sequence Diagram(s)

(omitted — changes are documentation and a small placeholder function; no control-flow changes to diagram)

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

  • Verify the public function signature and docstring in Projects/2-Intermediate/calorie_count_app.py.
  • Quick read-through of the Markdown for consistency with other project tier docs.

Poem

🐇 I nibble at ideas and hop to the goal,
A doc on the meadow, a small module too,
Stories and features in tidy rows,
A function that speaks what the app will do,
Little hops forward — bright crumbs and a view.

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. You can run @coderabbitai generate docstrings to improve docstring coverage.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The pull request title "Add new App Idea: Calorie Count App (Tier 2 - Intermediate)" directly and accurately reflects the main change in the changeset, which is the addition of a new Markdown documentation file for an Intermediate-tier app idea. The title is clear, specific, and concise—it identifies the action (Add), the type of content (App Idea), the specific name (Calorie Count App), and the tier classification (Tier 2 - Intermediate). A teammate scanning the repository history would immediately understand that this PR introduces a new intermediate-level app concept without ambiguity or unnecessary noise.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 659584c and ad58219.

📒 Files selected for processing (1)
  • Projects/2-Intermediate/Calorie-Count-App.md (1 hunks)
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-10-18T17:38:10.712Z
Learnt from: shubhamranswal
PR: florinpop17/app-ideas#1017
File: Projects/2-Intermediate/Password-Checker.md:13-16
Timestamp: 2025-10-18T17:38:10.712Z
Learning: In the app-ideas repository for user shubhamranswal, nested checklist items under a parent item like "Checks for:" should use 4-space indentation (instead of 2-space) to create clear visual hierarchy in the rendered markdown, even if it triggers MD007 linter warnings.

Applied to files:

  • Projects/2-Intermediate/Calorie-Count-App.md
🪛 LanguageTool
Projects/2-Intermediate/Calorie-Count-App.md

[style] ~36-~36: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...select them from a predefined list. - User can enter the quantity (in grams, c...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~37-~37: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ..., or servings) for each ingredient. - User can view total calorie count for th...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~38-~38: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...alorie count** for the entire meal. - User can view macronutrient breakdown (p...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~39-~39: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...own** (protein, fat, carbs, sugar). - User can save meals for future reference...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~40-~40: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...save meals* for future reference. - User can edit or remove ingredients from...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~48-~48: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...* and track total calories per day. - User can set dietary goals (e.g., calori...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~49-~49: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...g., calorie limit, protein target). - User can generate reports or insights on...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~50-~50: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...sights** on weekly eating patterns. - User can share meals with friends or nut...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)

🪛 markdownlint-cli2 (0.18.1)
Projects/2-Intermediate/Calorie-Count-App.md

1-1: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


7-7: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


15-15: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


24-24: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


33-33: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


44-44: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


54-54: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


64-64: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (5)
Projects/2-Intermediate/Calorie-Count-App.md (5)

1-1: Fix multiple spaces after hash in markdown headings.

The markdown headings have extra spaces after the # character, which violates the MD019 rule. Standardize all headings to use a single space.

Apply this diff to fix the formatting:

-#  App Idea: Calorie Count App
+# App Idea: Calorie Count App

-##  Description
+## Description

-##  Purpose of the Application
+## Purpose of the Application

-##  Resources Needed
+## Resources Needed

-##  User Stories
+## User Stories

-##  Bonus Features
+## Bonus Features

-##  Useful Links and Resources
+## Useful Links and Resources

-##  Example Projects
+## Example Projects

Also applies to: 7-7, 15-15, 24-24, 33-33, 44-44, 54-54, 64-64


35-40: Reduce repetitive sentence structure in user stories.

Multiple successive user story items begin with "User can," creating a monotonous rhythm. Vary the phrasing to improve readability and engagement.

Apply this diff to introduce variation:

- User can **input ingredients** manually or select them from a predefined list.  
- User can **enter the quantity** (in grams, cups, or servings) for each ingredient.  
- User can **view total calorie count** for the entire meal.  
- User can **view macronutrient breakdown** (protein, fat, carbs, sugar).  
- User can **save meals** for future reference.  
- User can **edit or remove ingredients** from a meal before calculating.
+ User can **input ingredients** manually or select them from a predefined list.  
+ The app allows users to **enter quantities** (in grams, cups, or servings) for each ingredient.  
+ Users receive **total calorie counts** for the entire meal.  
+ A **macronutrient breakdown** (protein, fat, carbs, sugar) is displayed.  
+ Meals can be **saved** for future reference.  
+ Users can **edit or remove ingredients** from a meal before calculating.

46-50: Reduce repetitive sentence structure in bonus features.

Similar to the user stories section, multiple bonus feature items begin with "User can," which becomes repetitive. Vary the phrasing for better readability.

Apply this diff to introduce variation:

- User can **scan barcodes** of packaged foods to automatically fetch nutrition data.  
- User can **log daily meals** and track total calories per day.  
- User can **set dietary goals** (e.g., calorie limit, protein target).  
- User can **generate reports or insights** on weekly eating patterns.  
- User can **share meals** with friends or nutrition coaches.
+ Support **barcode scanning** for packaged foods to automatically fetch nutrition data.  
+ Enable **daily meal logging** and total calorie tracking per day.  
+ Allow users to **set dietary goals** (e.g., calorie limit, protein target).  
+ Provide **reports or insights** on weekly eating patterns.  
+ Enable **meal sharing** with friends or nutrition coaches.

54-60: Add URLs to the "Useful Links and Resources" section.

The links are listed as bare text without URLs, which reduces their utility. Include direct links to these resources to make them immediately actionable for developers.

Apply this diff to add URLs:

 ##  Useful Links and Resources

-- Edamam Food Database API Documentation  
-- Nutritionix API  
-- USDA FoodData Central  
-- React Documentation  
-- Firebase Documentation
+- [Edamam Food Database API Documentation](https://developer.edamam.com/food-database-api)  
+- [Nutritionix API](https://www.nutritionix.com/api)  
+- [USDA FoodData Central](https://fdc.nal.usda.gov/)  
+- [React Documentation](https://react.dev/)  
+- [Firebase Documentation](https://firebase.google.com/docs)

9-12: Clarify the pizza example for better engagement.

The pizza example is concrete and helpful, but could be slightly clearer by explicitly stating the expected output (e.g., "the app will display: X calories, Y grams protein, Z grams sugar").

Apply this diff to enhance clarity:

-For example, if a user creates a **pizza** with ingredients such as *dough, mayo, sauce, carrot, onions, cheese*, the app will display the total calorie, protein, and sugar count for the entire meal.
+For example, if a user creates a **pizza** with ingredients such as *dough, mayo, sauce, carrot, onions, cheese*, the app will display the total calorie, protein, and natural sugar content for the entire meal (e.g., "450 calories, 18g protein, 5g sugar").
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 9e8dd00 and 4e07d8c.

📒 Files selected for processing (1)
  • Projects/2-Intermediate/Calorie-Count-App.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
Projects/2-Intermediate/Calorie-Count-App.md

[style] ~36-~36: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...select them from a predefined list. - User can enter the quantity (in grams, c...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~37-~37: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ..., or servings) for each ingredient. - User can view total calorie count for th...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~38-~38: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...alorie count** for the entire meal. - User can view macronutrient breakdown (p...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~39-~39: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...own** (protein, fat, carbs, sugar). - User can save meals for future reference...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~40-~40: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...save meals* for future reference. - User can edit or remove ingredients from...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~48-~48: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...* and track total calories per day. - User can set dietary goals (e.g., calori...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~49-~49: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...g., calorie limit, protein target). - User can generate reports or insights on...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~50-~50: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...sights** on weekly eating patterns. - User can share meals with friends or nut...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)

🪛 markdownlint-cli2 (0.18.1)
Projects/2-Intermediate/Calorie-Count-App.md

1-1: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


7-7: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


15-15: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


24-24: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


33-33: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


44-44: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


54-54: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


64-64: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)

🔇 Additional comments (1)
Projects/2-Intermediate/Calorie-Count-App.md (1)

71-73: LGTM!

The clarifying note at the end effectively distinguishes this Tier 2 project from the existing Tier 3 Calorie Counter, helping developers understand the scope and avoid confusion. The document is comprehensive, well-organized, and provides clear guidance on purpose, resources, and scope.

Added a module placeholder and function for app description.
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
Projects/2-Intermediate/Calorie-Count-App.md (1)

56-60: Convert plain-text resource links to markdown link format.

The resources section uses plain text instead of markdown links, which prevents clickable navigation. Use the [text](url) format for all external references.

Example fix:

-- Edamam Food Database API Documentation  
-- Nutritionix API  
-- USDA FoodData Central  
-- React Documentation  
-- Firebase Documentation
+- [Edamam Food Database API Documentation](https://developer.edamam.com/food-database-api)
+- [Nutritionix API](https://www.nutritionix.com/api)
+- [USDA FoodData Central](https://fdc.nal.usda.gov/)
+- [React Documentation](https://react.dev/)
+- [Firebase Documentation](https://firebase.google.com/docs)
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4e07d8c and 0601308.

📒 Files selected for processing (1)
  • Projects/2-Intermediate/Calorie-Count-App.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
Projects/2-Intermediate/Calorie-Count-App.md

[style] ~36-~36: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...select them from a predefined list. - User can enter the quantity (in grams, c...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~37-~37: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ..., or servings) for each ingredient. - User can view total calorie count for th...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~38-~38: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...alorie count** for the entire meal. - User can view macronutrient breakdown (p...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~39-~39: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...own** (protein, fat, carbs, sugar). - User can save meals for future reference...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~40-~40: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...save meals* for future reference. - User can edit or remove ingredients from...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~48-~48: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...* and track total calories per day. - User can set dietary goals (e.g., calori...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~49-~49: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...g., calorie limit, protein target). - User can generate reports or insights on...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~50-~50: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...sights** on weekly eating patterns. - User can share meals with friends or nut...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)

🪛 markdownlint-cli2 (0.18.1)
Projects/2-Intermediate/Calorie-Count-App.md

1-1: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


7-7: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


15-15: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


24-24: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


33-33: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


44-44: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


54-54: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


64-64: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)

🔇 Additional comments (1)
Projects/2-Intermediate/Calorie-Count-App.md (1)

75-87: Clarify the role of embedded Python code in a markdown file.

The docstring (lines 76–80) and function (lines 82–87) appear at the end of the markdown documentation without proper code-block formatting (triple backticks). This creates ambiguity about whether:

  • The Python code is part of the documentation to be displayed
  • The Python code is meant to be extracted into a separate module file
  • The file structure itself is incorrect

If the Python code is intended as documentation/example, wrap it in a code block using triple backticks. If it's meant to be a standalone module, consider moving it to a separate .py file or clarifying the file's purpose.

Which is intended:

  1. Display the Python code as a documentation example (use triple backticks)?
  2. Store this as a hybrid markdown+Python file?
  3. Extract the Python code to a separate module file (e.g., Calorie-Count-App.py)?

@rajucreate rajucreate closed this Oct 30, 2025
@rajucreate rajucreate reopened this Oct 30, 2025
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

♻️ Duplicate comments (1)
Projects/2-Intermediate/Calorie-Count-App.md (1)

1-1: Fix markdown heading formatting (MD019).

Multiple spaces after hash symbols in atx-style headings violate markdown conventions. Use a single space after each #.

Apply this diff to fix all headings:

-#  App Idea: Calorie Count App
+# App Idea: Calorie Count App

-##  Description
+## Description

-##  Purpose of the Application
+## Purpose of the Application

-##  Resources Needed
+## Resources Needed

-##  User Stories
+## User Stories

-##  Bonus Features
+## Bonus Features

-##  Useful Links and Resources
+## Useful Links and Resources

-##  Example Projects
+## Example Projects

Also applies to: 7-7, 15-15, 24-24, 33-33, 44-44, 54-54, 64-64

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 0601308 and 659584c.

📒 Files selected for processing (1)
  • Projects/2-Intermediate/Calorie-Count-App.md (1 hunks)
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-10-18T17:38:10.712Z
Learnt from: shubhamranswal
PR: florinpop17/app-ideas#1017
File: Projects/2-Intermediate/Password-Checker.md:13-16
Timestamp: 2025-10-18T17:38:10.712Z
Learning: In the app-ideas repository for user shubhamranswal, nested checklist items under a parent item like "Checks for:" should use 4-space indentation (instead of 2-space) to create clear visual hierarchy in the rendered markdown, even if it triggers MD007 linter warnings.

Applied to files:

  • Projects/2-Intermediate/Calorie-Count-App.md
🪛 LanguageTool
Projects/2-Intermediate/Calorie-Count-App.md

[style] ~36-~36: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...select them from a predefined list. - User can enter the quantity (in grams, c...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~37-~37: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ..., or servings) for each ingredient. - User can view total calorie count for th...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~38-~38: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...alorie count** for the entire meal. - User can view macronutrient breakdown (p...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~39-~39: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...own** (protein, fat, carbs, sugar). - User can save meals for future reference...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~40-~40: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...save meals* for future reference. - User can edit or remove ingredients from...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~48-~48: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...* and track total calories per day. - User can set dietary goals (e.g., calori...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~49-~49: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...g., calorie limit, protein target). - User can generate reports or insights on...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[style] ~50-~50: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...sights** on weekly eating patterns. - User can share meals with friends or nut...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)

🪛 markdownlint-cli2 (0.18.1)
Projects/2-Intermediate/Calorie-Count-App.md

1-1: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


7-7: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


15-15: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


24-24: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


33-33: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


44-44: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


54-54: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)


64-64: Multiple spaces after hash on atx style heading

(MD019, no-multiple-space-atx)

Fixed the closing braces warning
@rajucreate
Copy link
Author

Hey @florinpop17
The PR is ready for review and merge. Could you please take a look and approve it if everything looks good? 😊

@rajucreate
Copy link
Author

@florinpop17 Sir can you please look after my pull request and review it please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant