CSI-CATT/Book-Store-app-Hacktoberfest2025

Issue: Add Right and Left Navigation Arrows for Book Carousel

Open

#11 opened on Oct 12, 2025

 (2 comments) (0 reactions) (1 assignee)JavaScript (6 forks)auto 404
Beginner-FriendlyHacktoberfest-acceptedenhancementgood first issuehacktoberfest

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (PR metrics pending)

Description

📋 Description

Currently, the homepage book carousel only allows navigation through the small dots below to view the next set of books. This makes it slightly inconvenient for users to browse through the books quickly.

💡 Proposed Solution

Add right (›) and left (‹) navigation arrows to the carousel so users can easily move between book slides using the arrows instead of only relying on the dots.

🎯 Expected Behavior

  • Clicking the right arrow (›) should show the next set of books.
  • Clicking the left arrow (‹) should show the previous set of books.
  • The existing dot navigation should still work as it currently does.

🧩 Additional Notes

This enhancement will improve the overall user experience (UX) and make the carousel feel more intuitive and modern.


Contributor guide