Skip to content

Instantly share code, notes, and snippets.

View juanmi-sansinenea's full-sized avatar

Juan Miguel Sansinenea juanmi-sansinenea

View GitHub Profile

JS | Hero Factory - OOP Exercise (ES6)



For this exercise you can use Repl.it or your code editor.

@juanmi-sansinenea
juanmi-sansinenea / README.md
Created December 14, 2020 13:41 — forked from ross-u/README.md
M3 - Heroku Deployment (client and sever) - React & Express

M3 Deployment to Heroku - React & Express


1. Login to the Heroku website and Create New App


@juanmi-sansinenea
juanmi-sansinenea / change-class-on-scroll.html
Created January 29, 2021 12:36 — forked from ohiosveryown/change-class-on-scroll.html
Vanilla JS – change/add class based on scroll position.
// https://codepen.io/cmykw/pen/gemxJm
// layout
<nav/>
// style
<style>
body { min-height: 200vh; }
nav {