-
-
Notifications
You must be signed in to change notification settings - Fork 66
#248 Add searchbar blog posts #250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
#248 Add searchbar blog posts #250
Conversation
|
@tejaskhile is attempting to deploy a commit to the eccentriccoder01's projects Team on Vercel. A member of the Team first needs to authorize it. |
Thanks for creating a PR for your Issue!
|
|
@tejaskhile Kindly resolve the conflicts in |
|
Conflicts resolved in main.js. Vercel deploy failed due to authorization — please reauthorize or trigger deploy manually. |
|
Deployment failed with the following error: Learn More: https://vercel.link/mix-routing-props |
|
@tejaskhile There are errors in your code, vercel has shown it above... |
|
Issue fixed. Please review again. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@tejaskhile Look at and visit the latest deployment link, it shows NOT FOUND... |
Which issue does this PR close?
Rationale for this change
-Adds a live search functionality to improve user experience.
-Allows users to quickly find blog posts by title or summary without reloading the page.
What changes are included in this PR?
-Added a JavaScript search filter for .blog-post elements.
-Displays a “No posts found” message when no results match.
-Enhanced blog page interactivity without affecting layout or performance.
Are these changes tested?
-✅ Manually tested across different browsers and devices.
Are there any user-facing changes?
-Yes, a new search bar feature is available on the blog page.
-Users can filter blog posts instantly as they type.