Fading Coder

One Final Commit for the Last Sprint

Implementing a Universal File Upload Interface with Vue.js

Building a Frontend File Upload Componnet This implementation creates a reusable file upload interface that can be integrated across different components. The solution uses Vue.js with Element Plus components for the UI. Avatar Selection Component The avatar selector combines an image display with a...

Implementing Custom Single and Multiple Selection for Tables with Vue 3 and Element Plus

Project Context: Developing a examination system using Vue 3 and Element Plus. Feature Scenario: In the question addition interface, question are categorized into objective and subjective types. Objective questions can be further divided into single-choice and multiple-choice types, which necesssit...