https://www.youtube.com/watch?v=qlrCptpwtgs
1. `npm install react-router-dom`
2. watch dev Ed's tutorial https://www.youtube.com/watch?v=Law7wfdg_ls
This didn't really work : https://medium.com/@sschannak/netlify-and-react-router-1537aebe6256
Had Yarn Build issue and this worked
//package.json
"scripts": {
"start": "react-scripts start",
"build": "CI= react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
https://www.youtube.com/watch?v=Law7wfdg_ls
15:35
2021 March 5th
Didn't end up following: Css Form
https://codepen.io/atakan/pen/gqbIz
Didn't end up following: multi step form with react & matirial ui
https://www.youtube.com/watch?v=zT62eVxShsY
basic html and css
https://www.youtube.com/watch?v=-2LtZRi6Q0s
https://www.udemy.com/course/design-and-develop-a-killer-website-with-html5-and-css3/
https://www.youtube.com/watch?v=pWOiGhFAl8w
https://www.youtube.com/watch?v=2ACrHs5o9LM
https://reactjsexample.com/photo-gallery-using-react-js/
https://www.youtube.com/watch?v=j92n0p4D2B4
https://tympanus.net/codrops/2020/07/01/creating-a-menu-image-animation-on-hover/
http://www.corelangs.com/css/box/hover.html
https://www.youtube.com/watch?v=VF5kD6QEEag
.container{
max-width: 960px;
margin: 0 auto;
}
.image{
width: 100%;
<!-- 100% of the current screen -->
padding-top: 42%;
/* instead of height, use the padding top, which acts as height in responsive way */
background: url() no-repeat center;
background-size: cover;
}https://codepen.io/sosuke/pen/Pjoqqp
change the font-family
https://dev.to/raven404/managing-multiple-github-account-using-git-in-windows-2m0h
id_rsa_orange
https://vladmihalcea.com/tutorials/git/windows-git-ssh-authentication-to-github/
$Form.js
import {useHistory} from "react-router"
export default function Form(){
const history = useHistory();
const sendEmail = (e) => {
history.push("/portfolio") //onSubmit redirect to a new page
}
return(
<form onsubmit = {sendEmail}>
</form>
)
}-add more photos on portfolio -change the about page's photo, solo coffee: "refresh" and "brew" -change the about page's photo, goldies -add second and fouth pics to portfolio -remove form border -form change the order
-new nav bar menu: filled titles/caps -form submit confirm page with smile -font: Josefin Sans for Titles, and Monteserrat for body text. -form css -image file and map