CSC 343: The Week beginning Oct. 8
Homework:
Part 1. HTML.
Make a page that uses
<sub>
<sup>
<table>
<thead>
<tbody>
<tr>
<td>
<tfoot>
<th>
<time>
See
http://www.w3schools.com/tags/
for explanation and examples of how to use these HTML tags.
Make a page that has some CSS transitions and transformations. You can learn about them by watching:
Animating with CSS Transitions - A look at the transition properties
and/or
CSS Transition (CSS Animations Series Part 1)
Due: Oct. 17
Wednesday:
ReactMakeRadio_3.htm
(use React's
map
method to loop over an array in the "state")
ReactMakeRadio_4.htm
uses
size.json
(Use
fetch
to read a JSON file which contains data that will become the "state" looped over using
map
)
ReactMakeRadio_5.htm
separates some of the React into a .js file
ReactMakeRadio_5.js
Something easy for a change -- SVG
SVG.htm
demos SVG element with rectangles.
Target.htm
demos SVG element with circles and text.
InchWorm.htm
demos SVG element with ellipses and path.
SVG_Bezier_quadratic.html
(needs work)
OpticalIllusion.htm
SVG Line
Pyramid.htm
SVG gradient and SVG Polygon
DynamicSVG.htm
SVG Lab
Make a design in SVG. You should use at least four different elements -- and at least two different
SVG - path
(Youtube)
Due: Oct. 17