portfolio
portfolio copied to clipboard
My portfolio website build with Nuxt, Scss and GSAP
Portfolio

This is my portfolio, where you can find little summery of my developer road. Also there are some of projects that i am using quite often
BTW: previous portfolio
License
- Code is under CC0 1.0
- Images and projects contents are under CC BY-NC-SA 4.0.
Build with
-
Nuxt.js - 3-nd version, this is like a core of the website.
-
GSAP - for smoooooth transitions
-
OGL - background on landing page (Earlier was using Three.js - also really good tool, but decided to learn something new. Also you should definitely check out metaballs.js and particles.js)
-
LocomotiveScroll - this makes the page scroll really smoothly on PC
as backend
Nothing used as backend just added email forwarding to my domain provider
Usage
-
Clone or fork this repo
$ git clone https://github.com/logotip4ik/portfolio -
Install all the dependencies
$ yarnor
$ npm install -
Run the local server!
$ yarn devor
$ npm run dev