Skip to content

Instantly share code, notes, and snippets.

View senones's full-sized avatar
🎯
Focusing

Senon senones

🎯
Focusing
View GitHub Profile
@senones
senones / --Dognation: Password Authentication.md
Created December 30, 2022 22:21 — forked from Dyrits/--Dognation: Password Authentication.md
[Codecademy - Full-Stack Engineer Career Path] User Authentication & Authorization / Password Authentication / Dognation: Password Authentication

Dognation: Password Authentication

Welcome to Dognation!

Dognation is collaborative site for dogwalkers to share pictures of their buddies. People can sign in and post pictures of the dogs they walk and share them with everyone!

We were recently hired to complete a missing feature for the app! It currently doesn’t have any configuration to authenticate users. In this project, we’ll be using express-sessions, Passport’s passport-local, and bcrypt.js in order to authenticate users so they can register, login and stay, and log out of the app!

We’re provided with some boilerplate code that we’ll be modifying and adding to in order to complete this. Let’s get started!

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Simple setInterval clock</title>
<style>
p {
font-family: sans-serif;
}
</style>
@senones
senones / cherrybanana
Last active January 5, 2022 14:42
fruit-start.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Favorite fruit with required attribute</title>
<style>
input:invalid {
border: 2px dashed red;
}
@senones
senones / styles.css
Created November 18, 2021 15:23
Reponsive Club Website CSS
body {
margin: 0px;
font-family: arial;
background-color:lightblue;
}
@media screen and (min-width: 800px) {
body {
background-color: lightgreen;
}
@senones
senones / index.html
Created November 18, 2021 15:21
Responsive Club Website
<html>
<head>
<title>Computer Club</title>
<link rel="stylesheet" type="text/css" href="C:\Users\senon\Downloads\flexbox-business-site-starting\styles.css">
</head>
<body>
<div id="nav">
<a id="red" href="#">