Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>AndyGardner@DMD3475</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Andy Eric Gardner</h1>
<h2 class="project-tagline">DMD3475 Assignments & Projects</h2>
<a href="https://github.uconn.edu/aeg19002/DMD3475-21" class="btn">View on GitHub</a>
</section>
<section class="main-content">
<section class="project-section" id="projects">
<div class="project-section-content">
<h2 class="mb-5">Class Assignments</h2>
<ul class="fa-ul mb-0">
<li>
<a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Week-1/">
Week 1: Introduction & Setup
</a>
</li>
<li>
<a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Week-2">
Week 2: About JavaScript
</a>
</li>
<li>
<a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Week-3">
Week 3: Variables
</a>
</li>
<li>
Week 4: Control
<ul>
<li>
<a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Week-4/LoopingATriangle/index.html">
Looping a Triangle
</a>
</li>
<li>
<a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Week-4/FizzBuzz/index.html">
Fizz Buzz
</a>
</li>
<li>
<!--a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Week-4/Chessboard/index.html"-->
Chessboard
<!--/a-->
</li>
</ul>
</li>
<li>
Week 5: Functions
<ul>
<li>
<a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Week-5/Minimum/index.html">
Minimum
</a>
</li>
<li>
<a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Week-5/Recursion/index.html">
Recursion
</a>
</li>
<li>
<a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Week-5/tip-calculator-master/index.html">
Tip Calculator
</a>
</li>
</ul>
</li>
<li>
Week 6: Objects & Arrays
<ul>
<li>
<a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Week-6/MDN-Object/index.html">
MDN Object
</a>
</li>
<li>
<a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Week-6/ReversingAnArray/index.html">
Reversing an Array
</a>
</li>
<li>
<a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Week-6/SumOFARange/index.html">
Sum of A Range
</a>
</li>
</ul>
</li>
<li>
Week 7: In the Browser / DOM
<ul>
<li>
<a href="http://github.uconn.edu/pages/aeg19002/DMD3475-21/Week-7/dom-playground-master/index.html">
DOM Playground
</a>
</li>
</ul>
</li>
<li>
<a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Week-8">
Week 8: Events
</a>
<ul>
<li>
<a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Week-8/colorChanger/changer.html">
Color Changer
</a>
</li>
<li>
<a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Week-8/webForm/webform.html">
Web Form
</a>
</li>
<li>
<a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Week-8/Events/E1/events1.html">
Events 1
</a>
</li>
<li>
<a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Week-8/Events/E2/events2.html">
Events 2
</a>
</li>
<li>
<a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Week-8/Events/E3/events3.html">
Events 3
</a>
</li>
</ul>
</li>
<li>
Week 9: AJAX & Forms
</a>
<ul>
<li>
<a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Week-9/newWebForm/index.html">
Working Web Form
</a>
</li>
<li>
<a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Week-9/index.html">
Stopwatch
</a>
</li>
</ul>
</li>
<li>
<a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Week-10">
Week 10: REST and APIs
</a>
<ul>
<li><a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/10/Week-10/index.html">
Github Search 1
</a>
</li>
<li><a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/10/Week-10_ss/index.html">
Github Search 2ss
</a> Fetch works after screen refresh.
</li>
<li><a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/10/Week-10_cc/index.html">
Github Search 3cc
</a>
</li>
</ul>
</li>
<li>
Final Project
<ul>
<li>
<a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Final_Project/DigitalSign_v1/index.html">Digital Sign v1</a>
</li>
<!--li>
<a href="https://github.uconn.edu/pages/aeg19002/DMD3475-21/Final_Project/DigitalSign_cw2/index.html">Digital Sign v1.5</a>
</li-->
</ul>
</li>
</ul>
</div>
</section>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.uconn.edu/aeg19002/DMD3475-21">DMD3475 Assignments</a> is maintained by <a href="https://github.uconn.edu/aeg19002">aeg19002</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> <!--modified by <a href="https://andygardner0.wixsite.com/ae-portfolio">Andy Eric Gardner</a-->.</span>
</footer>
</section>
</body>
</html>