Skip to content

Mareh A.#5

Open
mareh-aboghanem wants to merge 1 commit intoHackYourAssignment:mainfrom
mareh-aboghanem:main
Open

Mareh A.#5
mareh-aboghanem wants to merge 1 commit intoHackYourAssignment:mainfrom
mareh-aboghanem:main

Conversation

@mareh-aboghanem
Copy link
Copy Markdown

No description provided.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 8, 2026

📝 HackYourFuture auto grade

Assignment Score: 0 / 100 ✅

Status: ✅ Passed
Minimum score to pass: 0
🧪 The auto grade is experimental and still being improved

Test Details

node-version: "20"

- name: Install dependencies
run: npm ci
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Good use on using npm ci!

What are the benefits of using this instead of npm install here?

export function SearchBar({ onSearch, loading }: Props) {
const [value, setValue] = useState("");
const unusedConstMaybeDeleteMe = "Search";
//const unusedConstMaybeDeleteMe = "Search";
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Since this a issue in code, and won't be use in future, doesn't bring value leaving this code commented. Comments usually are used to explain context. So you can remove this line

Copy link
Copy Markdown

@rafasilpereira rafasilpereira left a comment

Choose a reason for hiding this comment

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

Good job! 👏

Good that you left the pull request to see the results of your job!

How did you check it if this work properly? In your machine or direct in Github?

@rafasilpereira rafasilpereira self-assigned this Apr 15, 2026
@rafasilpereira rafasilpereira added the Reviewed This assignment has been reivewed by a mentor and a feedback has been provided label Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Reviewed This assignment has been reivewed by a mentor and a feedback has been provided

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants