Skip to content
View niklasp's full-sized avatar
πŸ’₯
2024 let's go steppin
πŸ’₯
2024 let's go steppin

Highlights

  • Pro
Block or Report

Block or report niklasp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
niklasp/README.md
  • πŸ‘‹ Hi, I’m @niklasp
  • πŸ‘€ I’m interested in frontend dev, blockchain, big data criticism
  • 🌱 I’m currently working with threejs, react, nextjs, rust
  • πŸ’žοΈ I’m looking to collaborate on something outstanding for society
  • πŸ‘¨β€πŸŽ“ I graduated at the Polkadot Blockchain 2023 in Buenos Aires
  • πŸ“« How to reach me [email protected]

Pinned

  1. Proof-Of-Chaos/website Proof-Of-Chaos/website Public

    TypeScript 2 2

  2. Beautified threejs starter with shaders Beautified threejs starter with shaders
    1
    import * as THREE from 'three';
    2
    import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js';
    3
    
    
    4
    export default class Sketch {
    5
      constructor( options ) {
  3. einblicke einblicke Public

    JavaScript

  4. Copy and paste all polkadot brand co... Copy and paste all polkadot brand colors as css variables
    1
    :root {
    2
        --polkadot-pink: #e6007a;
    3
        --polkadot-purple: #552BBF;
    4
        --polkadot-cyan: #00B2FF;
    5
        --polkadot-lime: #D3FF33;
  5. polkadot-js-tokengated-website polkadot-js-tokengated-website Public

    Demo Next Application to showcase a tokengated route useing `next-auth` and `polkadot.js`

    TypeScript 1

  6. polkadot.study polkadot.study Public

    Forked from PolkadotStudy/polkadot.study

    Polkadot.study public website

    JavaScript