My awesome portfolio website: https://szczepan.me
What's cool about it? (features):
- Vanilla js to randomly pick RGB values (using babel to transpile to old js).
- Apply RGB as background gradient.
- Animate change of the background colors.
- SVG
</use>tags. - Mobile first design and development.
- Use css native variables to hold and update color values, otherwise it's SASS.
- It's a secure SSL connection over
https://. - Tested with
Jestframework. - It's continues integration with circleCI .
- Uses canvas technology with paper.js for creating the background artwork.
npm install: will install all dependencies.
brew install http-server , if you are on macOS.
npm start: to run dev.
sudo gem install sass: to install ruby sass, if you don't have it yet. It's legacy, but it works as expected. It will eventually die on (26 March 2019)
- If you use Sass as a command-line tool, we recommend using Dart Sass, the new primary implementation: https://sass-lang.com/install
sass --watch css: to watch the whole css directory.
npm run test: run tests.