This repository contains code examples from the PropTech application, I've worked recently. It showcasing my usual practices and common patterns in development.
NOTE! This is not a production-ready codebase. Each folder has multiple files of different types randomly picked from real working project. Each file has imports, which is not included in this repo. It is intended for reference purposes only.
The original project was written in Vue 3 (Composition API), TypeScript, Pinia, SCSS, and TestCafe for end-to-end testing.
components: Vue components used across the applicationcomposables: Vue3 composables for reusable logic, which used in different placese2e-tests: End-to-end test scenarios along with helper function and pages (check TestCafe Page Model)graphql: GraphQL queries and mutations for API interactionsscss: SCSS stylesheets for styling the componentsservices: Typescript services for reusable logic. Similar to composables, but more from legacy codestores: Pinia stores for managing application stateutils: Utility functions and helpers
Please, do not re-use this code. It is intended for reference purposes only.