Skip to content

Instantly share code, notes, and snippets.

@airum82
Last active April 18, 2018 16:43
Show Gist options
  • Save airum82/771a66bccc3287fbed61299fa0d30855 to your computer and use it in GitHub Desktop.
Save airum82/771a66bccc3287fbed61299fa0d30855 to your computer and use it in GitHub Desktop.
Overview of module 1 projects and experience

Areas of Emphasis

This mod I set out to gain a solid foundational understanding of javascript and jquery. I also set out to improve my html and css knowledge to the point that I could design realistic looking websites. I also set out to gain the vocabulary necessary to articulate my code and any problems that could come up.

Rubric Scores

A: End-of-Module Assessment: 3 B: Individual Work & Projects: 2 C: Group Work & Projects: 2 D: Professional Skills: 3 E: Community Participation: 3

End of Module Assessment

I believe I passed the end of module assessment overall

Individual Work and Projects

Number Guesser

Intro: http://frontend.turing.io/projects/number-guesser.html

Number Guesser:https://github.com/airum82/am-number-guesser

This project is a game that has you guess a number between 1-100. If you get the number right the range that the number can be increases. You can also set your own minimum and maximum range.

Evaluation:https://github.com/turingschool/front-end-submissions-public/blob/master/1803/mod-1/number-guesser/arram-mandel.md

Static-Composition 1

Intro: http://frontend.turing.io/projects/m1-static-comp-1.html

project: https://github.com/airum82/am-comp-challenge-1

The purpose of this project was to recreate the webpage layout and make it as responsive as possible. I could have made the 320px layout look better by stacking the containers to give each more space. Also I did not account for much larger screens than a standard pc.

Static-Composition 2

Intro: http://frontend.turing.io/projects/m1-static-comp-2.html;

project: https://github.com/airum82/am-comp-challenge-2

The purpose of this project was to recreate the webpage layout and make it as responsive as possible. While this webpage was fairly responsive and accurate in overall appearance, I left a little more empty space than I should have and should not have let the artist containers shrink as much as they did.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment