-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
π Feature Overview
This feature is aimed at creating a slideshow of uplifting and encouraging scriptures in the form of blockquotes. The scriptures should be carefully selected to provide comfort and inspiration, especially ones you would share with a brother in need. The slideshow should automatically cycle through the scriptures without requiring user input. π The feature will be implemented in the src\pages\Dashboard.tsx file.
π οΈ The design for the slideshow is already completed. π¨
β Tasks
- π Collect a list of uplifting scripture verses.
- π§ Replace the "quote here" string with the collected scripture verses in the slideshow component.
- π₯οΈ Implement a component to display blockquotes in an automatic slideshow format.
- ποΈ Integrate the slideshow component into
src\pages\Dashboard.tsx. - π Add functionality for automatic transitions between scriptures in the slideshow.
- π§ͺ Test the slideshow for smooth automatic transitions and responsiveness.
- π Document the feature usage in the project documentation.