@@ -60,9 +60,12 @@ This document outlines the technologies used to build this project.
### Frontend
***HTML:** Used as the markup language for the fundamental design of the frontend (https://developer.mozilla.org/en-US/docs/Web/HTML).
***Vue.js:** A progressive JavaScript framework used for building dynamic user interfaces (https://vuejs.org/).
***JavaScript:** Extends the HTML pages to call backend routes and run general logic blocks (https://developer.mozilla.org/en-US/docs/Web/JavaScript).
***TypeScript:** A superset of JavaScript that adds static typing to improve code quality and maintainability (https://www.typescriptlang.org/docs/).
***SCSS:** An extension of CSS for visually designing the frontend (https://sass-lang.com/documentation/).
***A-Frame:** Used to implement all 360° functionalities (https://aframe.io/).
***Vite:** A fast build tool and development server optimized for modern web projects, used to streamline the frontend development process (https://vite.dev/guide/).