A single page portfolio application made with quasar containing sections verbosely explaining the developers's skills, interests and experiences
- Just change the properties of the APP_CONSTANTS object defined in the app.js file located in src/common/constants/app.js
- To change the breakpoints for the responsive behavior, change the function in breakpoints.js file in src/common/composables/breakpoints.js
- An introduction section
- An Expertise section
- Skills section
- Projects cards
- Experiences cards
- Certification cards
- Contacts sections
Install the dependencies
yarn
# or
npm install
quasar dev
yarn lint
# or
npm run lint
quasar build
See Configuring quasar.config.js.
Inspiration taken from saadpasta/developerFolio .