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.