Skip to content

Fix budget tracker path#7105

Open
Mahantesh-Madalgi wants to merge 5 commits into
dhairyagothi:Mainfrom
Mahantesh-Madalgi:fix-budget-tracker-path
Open

Fix budget tracker path#7105
Mahantesh-Madalgi wants to merge 5 commits into
dhairyagothi:Mainfrom
Mahantesh-Madalgi:fix-budget-tracker-path

Conversation

@Mahantesh-Madalgi
Copy link
Copy Markdown
Contributor

📝 Pull Request Description

Related Issue

Closes #7033

Summary

This PR fixes the broken registry paths and missing project files causing the metadata validation pipeline to fail.

Originally focused on resolving the incorrect path for Budget Tracker (Day 54), while fixing the file i ran the validation command to verify and found other 5 broken files. so this pr also fixes the other 5 broken/duplicate registry paths and restores a mistakenly deleted project to ensure the PR build checks pass successfully.

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New project addition
  • 🚀 New feature or UI/UX enhancement
  • ♻️ Code refactoring / clean-up
  • 📝 Documentation update
  • ⚙️ GitHub Workflow automation or DX improvements

🛠️ Changes Made

  1. Budget Tracker (Day 54): Fixed folder casing in projects.json from ./public/Budget%20Tracker/index.html to ./public/Budget_Tracker/index.html.

  2. Photo Studio (Day 213): Restored the missing project files (Project.html, Project.css, and Project.jpg) under public/Photo Studio/ which were deleted in a previous cleanup commit.

  3. Amazon Clone (Day 42): Updated path to point to ./public/New-AmazonClone/index.html.

  4. Particle Effect (Day 118): Corrected duplicate path to ./public/image-particle-engine/index.html.

  5. Virtual Playground (Day 119): Corrected duplicate path to ./public/code-playground/index.html.

  6. Focus Timer (Day 177): Reverted the duplicate path to use the existing focustimer project under ./public/focustimer/index.html (correcting name and description).

  7. Interactive Story Player (Day 192): Updated path to point to ./public/story/story.html to resolve conflict with AI Story Generator.


🧪 Testing and Verification

Local Validation

  • I have run node scripts/validateProjects.js locally and it passed with zero errors.

Browser Compatibility Check

  • Tested and verified in Google Chrome
  • Tested and verified in Mozilla Firefox
  • Tested and verified in Safari / Microsoft Edge

Responsive & Accessibility Checks

  • Verified responsive layout on Mobile viewports (using DevTools)
  • Verified responsive layout on Tablet viewports
  • Keyboard navigation and focus outlines checked
  • Semantic HTML and ARIA labels checked

🤝 Contributor Checklist

  • My code follows the code style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have updated the documentation / README files accordingly.
  • My changes generate no new warnings or console errors.
  • There are no unrelated changes or formatter noise in this PR.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 7, 2026

@mahanteshmadalgi is attempting to deploy a commit to the Dhairya Gothi 's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 7, 2026

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@dhairyagothi dhairyagothi added level:intermediate Intermediate difficulty task merge-conflicts Pull request has merge conflicts type:refactor Refactoring/improvement labels Jun 7, 2026
@Mahantesh-Madalgi
Copy link
Copy Markdown
Contributor Author

I have resolved the merge conflicts in projects.json by pulling the latest changes from the Main branch and fixing the formatting.

@Mahantesh-Madalgi
Copy link
Copy Markdown
Contributor Author

hii! i have resolved the changes!

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

Labels

level:intermediate Intermediate difficulty task merge-conflicts Pull request has merge conflicts type:refactor Refactoring/improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: wrong project path given for budget tracker

3 participants