John Mavrick's Garden

Search IconIcon to open search

Last updated April 10, 2022

Status: #📥 Tags: JavaScript Mastery Links: + Videos


+ Build and Deploy a Fullstack Responsive Portfolio Website

URL

Notes

Inspect on mobile

deployment

npm run build

scss

var(–white-color) using vars:

add blur for content behind: backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);

subtle border border: 1px solid rgba(255, 255, 255, 0.18)

Framermotion <motion.div> in navbar.jsx

background-repeat: repeat;

subtle drop shadow `box-shadow: 0 0 20px rgba(0,0,0,0.1)

sanity

1:45:00 client.js

sanity manage

.env is to hide variables bruh Reloading is done through ctrl c + ctrl y

Can give clients a cms website to edit info of website :o

Practices

css

adding color to grayscale

motion in a div

Change the type of display depending on the the screen size using media queries - Sometimes even completely change - 950 is for small - min-width 2000 is for large large

Coding

`const { name, email } = formData;

Higher order components

2:02:00

Thoughts/Questions

Future Learning


Interactive Graph