scrimba
Code with AI
Games, Apps and more
Project slideshow
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

AboutCommentsNotes
Project slideshow
Expand for more info
prompts.md
run
preview
console
## Prompt 1
I need help creating an interactive slideshow with dot navigation
for a personal portfolio website. The slideshow should display images
and descriptions for different projects. Can you assist me in generating
the necessary HTML, CSS, and JavaScript code?

Here are the specific elements and functionality to incorporate:
* Create a flexible HTML container for each project slide,
ensuring each image proportionally resizes within its container.
* Add three projects to the slider, including images, headings,
and descriptions.
* Overlay the headings and descriptions fully above the images,
using a partially transparent background to ensure readability
without obscuring the image.
* Implement a dot navigation using HTML and CSS. Each dot should
represent a project and visually indicate the active slide.
* Allow users to switch between slides using the dot navigation.
* Remember to add a fade transition between each slide when
users navigate between the slides.

Please generate the image slider code files with detailed comments
explaining each part's functionality.
Console
/index.html
-11:53