Skip to content

Conversation

@atiqanaseer
Copy link

No description provided.

@github-actions
Copy link

📝 HackYourFuture auto grade

Assignment Score: 82 / 100 ✅

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

Test Details
======================= Task 1 =======================
▶️ Running setup.sh...
✅ Successfully executed setup.sh.
✅ Script ran for at least 6 seconds
✅ Path exists: project
✅ Path exists: project/README.md
✅ Path exists: project/settings.conf
✅ Path exists: project/resources
✅ Path exists: project/resources/icon.png
✅ Path exists: project/resources/logo.png
✅ Path exists: project/src
✅ Path exists: project/src/program.js
✅ Path exists: project/src/database
❌ Path does not exist: project/.git
✅ Path does not exist: project/resources/family picture.jpg
✅ Path does not exist: project/src/profile
✅ Path does not exist: project/src/program.java
✅ File content is correct: project/src/program.js
✅ File content is correct: project/README.md
✅ Output has: "Creating project"
✅ Output has: "Setup project"
✅ Output has: "Setup JavaScript"
✅ Output has: "JavaScript works!"
✅ Output has: "icon.png"
✅ Output has: "All done!"
✅ Found 3 commits
✅ First commit message is "initial commit"

======================= Task 2 =======================
Your GitHub username: atiqanaseer
▶️ Downloading profile README from: https://raw.githubusercontent.com/atiqanaseer/atiqanaseer/main/README.md
✅ Profile contains GitHub top languages widget
✅ Profile contains GitHub streaks widget
✅ Profile contains an animated title

======================= Summary =======================
- Task 1 Score: 96%
- Task 2 Score: 50%
Total Score: 82%
Min passing score: 50%

@mnvacym mnvacym self-assigned this Jan 18, 2026
Copy link

@mnvacym mnvacym left a comment

Choose a reason for hiding this comment

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

Hi Atiqa, well done on your first assignment.

There are minor improvements needed for the first task. I’ve added them as comments; please let me know if anything is unclear.

For the second task, it appears there is an issue with Top Languages Card and Streak Stats Card on your GitHub profile.

Overall, you did a good job. Good luck on your journey at Hack Your Future.

rm "family picture.jpg"
cd ../
git add .
git commit -m "second commit"
Copy link

@mnvacym mnvacym Jan 18, 2026

Choose a reason for hiding this comment

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

The commit message needs to be descriptive:

11. Create a second commit with the new changes. Provide a descriptive message.

node program.js
cd ../
git add .
git commit -m "third commit"
Copy link

@mnvacym mnvacym Jan 18, 2026

Choose a reason for hiding this comment

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

Same here, the commit message needs to be descriptive:

18. Create a third commit with the last changes. Provide a descriptive message.

# Write your code here
echo "Creating project…"
mkdir project
git init
Copy link

@mnvacym mnvacym Jan 18, 2026

Choose a reason for hiding this comment

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

The git repository needs to be created inside the folder project. Currently it creates the git repository inside the directory where you run this bash script.

3. Create new git repository inside the folder “project”

@@ -1 +1,42 @@
# Write your code here
echo "Creating project…"
Copy link

Choose a reason for hiding this comment

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

Usually it is a good practice to include #!/bin/bash or #!/usr/bin/env bash line at the beginning of a shell script file.

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.

2 participants