13 lines
1.3 KiB
Markdown
13 lines
1.3 KiB
Markdown
# 🚀 Future Plans
|
|
|
|
I am constantly looking to evolve my Personal Portfolio. Here is what is currently on my development roadmap:
|
|
|
|
### User Experience & Features
|
|
- **Interactive Project Filtering**: Implement functionality on the homepage to allow users to filter projects by technology (e.g., Java, Python) or search by name, making it easier to navigate my work.
|
|
- **Blog with Rich Features**: Introduce a blog section with support for categories, tags, and a search function to help users easily find articles and tutorials.
|
|
- **Theme-Switcher (Dark/Light Mode)**: Add a user-controlled toggle to switch between a light and dark theme, improving visual comfort and accessibility.
|
|
- **Embedded Demo Videos**: Enhance project pages by embedding actual demonstration videos, providing a dynamic look at how the applications work.
|
|
- **Accessibility Enhancements**: Perform an accessibility audit and implement improvements to ensure the portfolio is compliant with WCAG 2.1 standards, making it usable for everyone.
|
|
|
|
### Technical & Operational Enhancements
|
|
- **Externalize Resume Data**: Refactor the `ResumeController` to load personal and resume data from an external YAML or JSON file. This will allow for content updates without needing to recompile and deploy the application. |