Skip to content

Instantly share code, notes, and snippets.

View CatherineDesigner's full-sized avatar
💭
junior

CatherineDesigner

💭
junior
View GitHub Profile
@CatherineDesigner
CatherineDesigner / server.js
Created April 19, 2019 16:15 — forked from JosephLivengood/server.js
FCC Advanced Node and Express Checkpoint 3
'use strict';
const express = require('express');
const bodyParser = require('body-parser');
const fccTesting = require('./freeCodeCamp/fcctesting.js');
const session = require('express-session');
const passport = require('passport');
const mongo = require('mongodb').MongoClient;
const ObjectID = require('mongodb').ObjectID;
const LocalStrategy = require('passport-local');
@CatherineDesigner
CatherineDesigner / index.html
Created February 12, 2019 08:12
Pomodoro Clock
<!--https://codepen.io/freeCodeCamp/full/XpKrrW.-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Pomodoro Clock</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
@CatherineDesigner
CatherineDesigner / index.html
Last active January 29, 2019 04:13
Random Quote Generator
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Случайная цитата</title>
<link rel="stylesheet" href="style.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="script.js"></script>
@CatherineDesigner
CatherineDesigner / .markdown
Created January 28, 2019 07:28
Калькулятор
@CatherineDesigner
CatherineDesigner / freecodecamp.markdown
Created November 19, 2018 09:54
Веб страница личного портфолио для FreeCodeCamp
@CatherineDesigner
CatherineDesigner / .markdown
Created November 17, 2018 14:29
Таблица цен на услуги