Skip to content
View LivingTribunal18's full-sized avatar
🌲
wild
🌲
wild

Block or report LivingTribunal18

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
LivingTribunal18/README.md

instruments 🚧

🌱 Currently working with React + Next.js

Web-dev

Web-design

Figma miro

Tools

vscode webstorm

Pinned Loading

  1. developer-roadmap developer-roadmap Public

    Forked from kamranahmedse/developer-roadmap

    Roadmap to becoming a web developer in 2021

    1

  2. you-dont-know-js-ru you-dont-know-js-ru Public

    Forked from azat-io/you-dont-know-js-ru

    📚 Russian translation of "You Don't Know JS" book series

    1

  3. XMLHttpRequest RESTful (GET, POST, P... XMLHttpRequest RESTful (GET, POST, PUT, DELETE)
    1
    // Get all users
    2
    var url  = "http://localhost:8080/api/v1/users";
    3
    var xhr  = new XMLHttpRequest()
    4
    xhr.open('GET', url, true)
    5
    xhr.onload = function () {
  4. parallax.js parallax.js Public

    Forked from pixelcog/parallax.js

    Simple parallax scrolling effect inspired by Spotify.com implemented as a jQuery plugin

    JavaScript

  5. myPortfolio myPortfolio Public

    🌿 Portfolio web-sites about me and my work. Simple Landing page inspired by nature theme. With possibility of contact

    JavaScript

  6. animate.css animate.css Public

    Forked from animate-css/animate.css

    🍿 A cross-browser library of CSS animations. As easy to use as an easy thing.

    CSS