Skip to content

🛠 My portfolio website. To be replaced with a newer, different portfolio website.

Notifications You must be signed in to change notification settings

AndrijaS37N/my-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Portfolio Development Repository

The development repository for my website hosted on GitHub Pages.

Description

Made with Vue.js framework. It's a nice framework. The website supports various browsers and has a portable design. Looks good on mobile devices and tablets as well. Languages and techs used:

  1. A bit of TypeScript
  2. CSS & SCSS
  3. Regular HTML

Live website on GitHub Pages: AndrijaS37N.github.io. Possible node_modules vulnerabilities found in package-lock.json. For example:

"dependencies": {
  "tar": ">=4.4.2"
}

But I think I may have resolved or deleted this requirement already (not updated that often).

Testing Emojis

Chosen emojis have been tested and work on these platforms and more specifically operating systems:

  1. MS Windows 10 +
  2. Linux Ubuntu 18.04 +
  3. MacOS 10.14 +

Vue-cli was used to create the project and the starting dependencies. There is a vue-gui neesh functionality as well, a GUI in the browser for easier management.

Auto-generated part of the README is below.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.