Skip to content

Conversation

Khushalsarode
Copy link

Description #338

Fixes #338
image

Type of Change

  • [ x ] New feature (e.g., new page, component, or functionality)
  • Bug fix (non-breaking change that fixes an issue)
  • UI/UX improvement (design, layout, or styling updates)
  • Performance optimization (e.g., code splitting, caching)
  • Documentation update (README, contribution guidelines, etc.)
  • Other (please specify):

Changes Made

Checklist

  • [ x ] My code follows the style guidelines of this project.
  • [ x ] I have tested my changes across major browsers and devices
  • [ x ] My changes do not generate new console warnings or errors .
  • [ x ] I ran npm run build and attached screenshot(s) in this PR.
  • [ x ] This is already assigned Issue to me, not an unassigned issue.

Copy link

vercel bot commented Oct 6, 2025

@Khushalsarode is attempting to deploy a commit to the recode Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

github-actions bot commented Oct 6, 2025

Synced data from Linked Issues

Labels:

  • enhancement
  • area:API
  • area:dev-env
  • area:backend-sql
  • gssoc25
  • level 3
  • recode

Assignees:

  • Khushalsarode

Milestones:

  • recode:launch 3.0

Copy link

github-actions bot commented Oct 6, 2025

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. The estimated time for response is 5–8 hrs.

In the meantime, please provide all necessary screenshots and make sure you run - npm build run , command and provide a screenshot, a video recording, or an image of the update you made below, which helps speed up the review and assignment. If you have questions, reach out to LinkedIn. Your contributions are highly appreciated!😊

Note: I maintain the repo issue every day twice at 8:00 AM IST and 9:00 PM IST. If your PR goes stale for more than one day, you can tag and comment on this same issue by tagging @sanjay-kv.

We are here to help you on this journey of open source. Consistent 20 contributions are eligible for sponsorship 💰

🎁 check our list of amazing people we sponsored so far: GitHub Sponsorship. ✨

📚Your perks for contribution to this community 👇🏻

  1. Get free Consultation use code recode50 to get free: Mentorship for free.

  2. Get the Ebook for free use code recode at checkout: Data Science cheatsheet for Beginners.

  3. Check out this weekly Newsletter: Sanjay's Newsletter.

If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@github-actions github-actions bot added hacktoberfest-accepted level 1 10 points recode this is label for leaderboard labels Oct 6, 2025
@Adez017
Copy link
Member

Adez017 commented Oct 7, 2025

Hi @Khushalsarode , is it correct that the current only added the mock data for the resource .

@Adez017 Adez017 requested review from sanjay-kv and Adez017 October 7, 2025 06:56
category: string;
}

// Sample Ebook Data
Copy link
Member

Choose a reason for hiding this comment

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

this not seems feasible to me as this is only a mock data part , what we are expecting is an end to end solution . lets see what @sanjay-kv thinks

Copy link
Author

@Khushalsarode Khushalsarode Oct 7, 2025

Choose a reason for hiding this comment

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

This is actual link that was requested to be redirected from ebook tab.
Why do you think it's not "feasible", this is not mock data but the actual data.

Just it's like we are hard putting data into code because it's redirection links.
Tested more cards with mock data. Need to remove that comment
Please let me know if you have any suggestions.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a new ebooks section page that allows users to browse and access learning resources. The implementation creates a dedicated ebooks page with search functionality and responsive design, replacing the previous direct external link with an internal page.

  • Creates a new ebooks page with search and filtering capabilities
  • Implements responsive card-based layout for displaying ebook resources
  • Updates navigation to link to the internal ebooks page instead of external URL

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
src/pages/ebooks/index.tsx Main ebooks page component with search functionality and ebook card display
src/pages/ebooks/index.css Comprehensive styling for the ebooks page including responsive design and animations
docusaurus.config.ts Updates navigation link to point to internal ebooks page

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

category: string;
}

// Redirection URL Ebook Data
Copy link
Preview

Copilot AI Oct 7, 2025

Choose a reason for hiding this comment

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

[nitpick] Corrected 'Redirection URL Ebook Data' to 'Ebook Redirection URL Data' for better clarity.

Suggested change
// Redirection URL Ebook Data
// Ebook Redirection URL Data

Copilot uses AI. Check for mistakes.

max-width: 1280px;
margin: 0 auto;
font-family: var(--ifm-font-family-base);

Copy link
Preview

Copilot AI Oct 7, 2025

Choose a reason for hiding this comment

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

Empty line inside CSS rule block should be removed for cleaner code formatting.

Suggested change

Copilot uses AI. Check for mistakes.


return (
<div className="ebook-card" onClick={handleClick}>

Copy link
Preview

Copilot AI Oct 7, 2025

Choose a reason for hiding this comment

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

Empty line inside JSX element should be removed for cleaner code formatting.

Suggested change

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted level 1 10 points recode this is label for leaderboard
Projects
None yet
Development

Successfully merging this pull request may close these issues.

💡[Feature]: New Ebook Page
2 participants