Skip to content

Instantly share code, notes, and snippets.

View SOliv1's full-sized avatar

Sara Oliver SOliv1

View GitHub Profile
[Code](https://gist.github.com/codecademydev/ada956d258c505b9ac949b5093dd278d)
Funny stories [Madlibs Wikipedia](https://en.wikipedia.org/wiki/Mad_Libs)
- Create all the variables needed for the story. Print the story with the variables in the right places.
@SOliv1
SOliv1 / Paper Rock Scissors
Created March 15, 2023 14:26
learn node
https://gist.github.com/00177ed27e79a2bc10a74bc2239eecf3
#E xpress-sessions
## Codecademy
### Auhorisationa and Authentication
https://gist.github.com/4d6cd5577c579843ab566ca60315490c
@SOliv1
SOliv1 / React Form Authorization
Created August 18, 2022 22:00
Authorizing a form displays personal information on a website’s contact page behind a password form.
https://gist.github.com/b6193e4ef54c65c34edbf364b1c9feb8
https://gist.github.com/4e42075b9544483d5bd3afca31dd9ee3
@SOliv1
SOliv1 / REACT Code Academy Project
Created July 11, 2022 13:15
COMPONENT LIFECYCLE METHODS Introduction to Lifecycle Methods
https://gist.github.com/8e23eb6d25c868246b7fe74fcaa6dfa0
<html>
<head>
<style>
h1 {
text-align: center;
color: blueviolet;
}
h2 {
text-align: center;
@SOliv1
SOliv1 / lifePhase and a series of other javascript mini projects
Last active February 27, 2022 11:26
Java Script Excercises in CodeAcadamy in association with Career Switch
Java script excercises - Code Academy
<!DOCTYPE html>
<html>
<head>
<title>MAGIC 8 BALL</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700|Montserrat:400,700' rel='stylesheet' type='text/css'>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js'></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<style id="jsbin-css">