This repository was archived by the owner on Jul 25, 2025. It is now read-only.
feat: Enhance UI, dark mode persistence, and documentation This commit introduces significant improvements across the project: - **UI/UX Enhancements:** - Adjusted theme toggle button size for better aesthetics. - Resized social icons to display 6 per row on desktop. - Fixed social icon hover colors to be consistently white. - Corrected hover card colors for proper contrast in both light and dark modes. - **Dark Mode Persistence:** - Implemented localStorage to save and load theme preferences, ensuring dark/light mode persists across sessions. - **Code Quality & Readability:** - Added comprehensive author credit comments to HTML, CSS, and JS files. - Improved code comments and organization in `index.js`. - Introduced touch/swipe support for the carousel and Escape key to close modals. - **Documentation:** - Completely rewrote `README.md` with a detailed customization guide, feature checklists, and clear usage terms. - Emphasized the importance of retaining author credits in the code.