🌱 Currently working with React + Next.js
Pinned Loading
-
developer-roadmap
developer-roadmap PublicForked from kamranahmedse/developer-roadmap
Roadmap to becoming a web developer in 2021
-
you-dont-know-js-ru
you-dont-know-js-ru PublicForked from azat-io/you-dont-know-js-ru
📚 Russian translation of "You Don't Know JS" book series
-
XMLHttpRequest RESTful (GET, POST, P...
XMLHttpRequest RESTful (GET, POST, PUT, DELETE) 1// Get all users
2var url = "http://localhost:8080/api/v1/users";
3var xhr = new XMLHttpRequest()
4xhr.open('GET', url, true)
5xhr.onload = function () {
-
parallax.js
parallax.js PublicForked from pixelcog/parallax.js
Simple parallax scrolling effect inspired by Spotify.com implemented as a jQuery plugin
JavaScript
-
myPortfolio
myPortfolio Public🌿 Portfolio web-sites about me and my work. Simple Landing page inspired by nature theme. With possibility of contact
JavaScript
-
animate.css
animate.css PublicForked from animate-css/animate.css
🍿 A cross-browser library of CSS animations. As easy to use as an easy thing.
CSS
If the problem persists, check the GitHub status page or contact support.