Skip to content

VUT-FEKT-IBE/Drilldo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drilldo

This is an experimental testing platform made by Brno University of Technology students from the Faculty of Electrical Engineering and Communications.

Simply upload your questions in the format shown here and test to your heart's content.

This application leverages the Browser's Local Storage to enable data persistence across sessions, which means that question sets will be saved across refreshes but no data is sent anywhere, it's purely localized.

Project structure

.
├── data # Included question sets
├── docs # Build output, used for GitHub Pages
└── drilldo # Vue 3 project
    ├── public # Static files
    │   └── data -> ../../data # Do not touch, symlink to data
    └── src # Source code
        ├── assets # Static assets
        ├── components # Vue components
        ├── router # Vue Router
        ├── stores # Pinia stores
        └── views # Vue views