Skip to content
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

Add a New Project Image Carousel #919

Closed
Sumanth077s opened this issue Oct 17, 2024 · 2 comments
Closed

Add a New Project Image Carousel #919

Sumanth077s opened this issue Oct 17, 2024 · 2 comments

Comments

@Sumanth077s
Copy link

We need to add a simple image carousel implemented using HTML, CSS, and JavaScript to the project repository. This carousel will allow users to navigate through multiple images with Previous and Next buttons, providing a smooth and interactive user experience.

Task Requirements:
Create an index.html file for the carousel structure.
Use CSS to style the carousel, ensuring it looks aesthetically pleasing and is responsive on different screen sizes.
Implement JavaScript to enable carousel functionality:
Transition between images when clicking Previous and Next buttons.
Loop back to the first image when the user reaches the end.

Optionally, include autoplay functionality with a pause on hover.

Acceptance Criteria:
The carousel should function smoothly with transitions.
It should be responsive on both desktop and mobile devices.
Code should be clean, modular, and easy to maintain.

Benefits:
Adds a visually engaging component to the project.
Demonstrates practical use of HTML, CSS, and JavaScript.

Additional Notes:
Ensure all files are well-documented with comments.
Test the carousel thoroughly to avoid any navigation issues.

Copy link

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

@abhisheks008
Copy link
Owner

This project repository mainly focuses on deep learning projects. Closing this issue as not planned.

@abhisheks008 abhisheks008 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment