Skip to content

Fix README Generator route to render implemented generator component#640

Merged
Mayur-Pagote merged 1 commit into
Mayur-Pagote:mainfrom
salonitiwari24:fix-readme-generator-route
Jun 22, 2026
Merged

Fix README Generator route to render implemented generator component#640
Mayur-Pagote merged 1 commit into
Mayur-Pagote:mainfrom
salonitiwari24:fix-readme-generator-route

Conversation

@salonitiwari24

Copy link
Copy Markdown
Contributor

📌 Related Issue

Fixes: #638


🔍 Describe your changes?

This PR fixes the README Generator route, which previously displayed a placeholder "README Generator Coming Soon" message despite a fully implemented generator already existing in the codebase.

Changes Made

  • Imported the actual README Generator component from src/components/generator/Readme-generator.tsx
  • Removed the placeholder README Generator component from App.tsx
  • Updated the /readme-generator route to render the existing multi-step README Generator wizard
  • Verified navigation correctly opens the generator interface

Result

Users can now access the fully functional README Generator through the application navigation instead of encountering a placeholder page.


🧪 Checklist

  • I have tested my changes locally.
  • I have followed the project's code style and guidelines.
  • I have added necessary comments and documentation.
  • The code compiles and runs without errors.

Verification

  • npm run build completed successfully.
  • /readme-generator loads correctly.
  • Navigation redirects to the implemented generator wizard.
  • No console errors observed during testing.

@vercel

vercel Bot commented Jun 21, 2026

Copy link
Copy Markdown

@salonitiwari24 is attempting to deploy a commit to the mayur-pagote's projects Team on Vercel.

A member of the Team first needs to authorize it.

@vercel

vercel Bot commented Jun 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
readme-design-kit Ready Ready Preview, Comment Jun 22, 2026 4:37pm

@Mayur-Pagote

Copy link
Copy Markdown
Owner

@salonitiwari24 amazing work

@Mayur-Pagote

Copy link
Copy Markdown
Owner

@salonitiwari24 thank you.

@Mayur-Pagote Mayur-Pagote added Easy This tag is used for issues/PRs that are easy and under the SWoC contributor. SSoC26 Label given to issues/PRs related to Social Summer of Code 2026 labels Jun 22, 2026
@Mayur-Pagote Mayur-Pagote merged commit ce34775 into Mayur-Pagote:main Jun 22, 2026
3 checks passed
@salonitiwari24

Copy link
Copy Markdown
Contributor Author

@Mayur-Pagote
Thank you for reviewing my work!!

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

Labels

Easy This tag is used for issues/PRs that are easy and under the SWoC contributor. SSoC26 Label given to issues/PRs related to Social Summer of Code 2026

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] README Generator Route Not Connected

2 participants