Giter Club home page Giter Club logo

cohort10's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

cohort10's Issues

08-VSTDA

1. Where can I find your repository? (Paste the url of your repository below)
https://github.com/arlin13/TodoListInAngular

2. What did you enjoy most about this project?
I understood so much better angular! I applied various ng-directives, and even found and used a new ones. I feel that this was the 1st project that I was able to finish completely in functionality and UI.

3. What was the toughest part?
Figure out how to edit todos (The way I wanted to do that).

05-OriginMessageBoard

  1. Where can I find your repository? (Paste the url of your repository below)

https://github.com/antonmosk87/OriginMessageBoard

  1. What is an HTTP POST request?

the POST request method requests that a web server accept the data enclosed in the body of the request message

  1. What is an HTTP GET request?

Requests data from a specified resource

06-SanDiegoTopSpots-Angular

  1. Where can I find your repository? (Paste the url of your repository below)
    https://github.com/skcali/AstroWeightCalculatorAngular

  2. What did you enjoy most about this project?
    The challenge of understanding angular, then eventually the rush of epiphanies when things start to click is always a good feeling.

  3. What was the toughest part?
    Having to change how I think when approaching the problem in a different framework.

01-JavaScriptExercises

  1. How many of the exercises were you able to complete?
    All 10.
  2. Which was the most difficult exercise for you to complete?
    The Pig latin

03-AstroWeightCalculator

  1. Where can I find your repository? (Paste a link below)
    https://github.com/taustgen/AstroWeightCalculator
  2. What was your best accomplishment in this project?
    Implementing the Screw Pluto checkbox
  3. What was the most challenging piece of this project for you?
    Correctly linking the jQuery and .js file to the html. Also the screw Pluto checkbox

04-SanDiegoTopSpots

  1. Where can I find your repository? (Paste the url of your repository below)

  2. What would the HTML be for the following table? (Open the following link in your browser)
    http://i.imgur.com/LZhPGLd.png

name favorite color favorite instrument
cameron
blue Guitar
jeff red Drums
<!-- Write your html here -->

04-AstroWeightCalculator-jQuery

  1. Where can I find your repository? (Paste a link below)
    While it is not styled, the functionality is complete.
    https://github.com/sabrinasimeroth/Astroweight-Calculator

  2. What was your best accomplishment in this project?
    I think my best accomplishment on this project was first remembering how to setup an html page without much outside help and also building each piece of the JS solution without much hand holding from my classmates and Google.

  3. What was the most challenging piece of this project for you?
    I think the most challenging part of this project was actually setting up my GitHub and learning to submit the project and use the terminal in Atom to commit changes. Specifically, with the calculator, I think the part of the project that took the most amount of time was making sure I had all the right variables defined to make the calculation work on the click.

08-VSTDA

  1. Where can I find your repository? (Paste the url of your repository below)
    https://github.com/skcali/VSTDA

  2. What did you enjoy most about this project?
    Getting a better understand all the weird little intricacies of angular. Also, using bootstrap made styling a responsive website very easy and enjoyable especially when I find CSS so tedious.

  3. What was the toughest part?
    Having to rewrite almost all of my angular code. I messed up the code and scopes to early in the process by rolling my head on the keyboard, only to eventually figure out my bug was a minor syntax mistake.

04-SanDiegoTopSpots

  1. Where can I find your repository? (Paste the url of your repository below)
    https://github.com/skcali/SanDiegoTopSpots

  2. What would the HTML be for the following table? (Open the following link in your browser)
    http://i.imgur.com/LZhPGLd.png

<table>
  <tr>
    <th><strong>Name</strong></th>
    <th><strong>Favorite Color</strong></th>
    <th><strong>Favorite Instrument</strong></th>
  </tr>
  <tr>
    <td>Cameron</td>
    <td>Blue</td>
    <td>Guitar</td>
  </tr>
  <tr>
    <td>Jeff</td>
    <td>Red</td>
    <td>Drums</td>
  </tr>
</table>

06-SanDiegoTopSpots-Angular

  1. Where can I find your repository? (Paste the url of your repository below)
    https://github.com/taustgen/SanDiegoTopSpotsAngular
  2. What did you enjoy most about this project?
    It moves the majority of the coding for the tables html back into the html file which i feel improves clarity
  3. What was the toughest part?
    I tried using ng-module rather than ng-app to link my files, and didn't notice the switch for about an hour

08-VSTDA

  1. Where can I find your repository? (Paste the url of your repository below)
    https://github.com/stephenprosso/Simple-Todo-App
  2. What did you enjoy most about this project?
    Learning a skill that I will need to use in my side project.
  3. What was the toughest part?
    The toughest part was storing 2 values in the array when you clicked "add todo". needed to store the name as well as the priority value.

01-JavaScriptExercises

  1. How many of the exercises were you able to complete?
    All of them, 10 of 10.

  2. Which was the most difficult exercise for you to complete?
    Pig latin & bubble sort.

04-SanDiegoTopSpots

  1. Where can I find your repository? (Paste a link below)
    https://github.com/stephenprosso/SD-TOp-Spots-final
  2. What was your best accomplishment in this project?
    Understanding how to get JSON data onto a form and list out in the table.
  3. What was the most challenging piece of this project for you?
    The most challenging piece of this project was getting the the button to link to the google page when you clicked the location.

08-VSTDA

  1. Where can I find your repository? (Paste the url of your repository below)
    https://github.com/AndrijWilhite/To-Do-List-Angular
  2. What did you enjoy most about this project?
    It was nice to finally start to get a grasp of angular, but I still have far to go.
  3. What was the toughest part?
    The toughest part wasn't just how angular work, but getting used to how much work angular does for you, I often overcomplicated things which made it not work.

05-OriginMessageBoard

  1. Where can I find your repository? (Paste the url of your repository below)
    https://github.com/halomn53/message
  2. What is an HTTP POST request?
    sends a request to post something to the server.
  3. What is an HTTP GET request?
    sends a request to server to retrieve data

05-OriginMessageBoard

  1. Where can I find your repository? (Paste the url of your repository below)
    https://github.com/AndrijWilhite/OriginMessageBoard
  2. What is an HTTP POST request?
    Post sends data to a server, that data is required to be sent in a specific manner that the server is expecting.
  3. What is an HTTP GET request?
    Get, calls the server to request information to be used.

04-SanDiegoTopSpots

  1. Where can I find your repository? (Paste the url of your repository below)
    https://github.com/taustgen/SanDiegoTopSpots
  2. What would the HTML be for the following table? (Open the following link in your browser)
    http://i.imgur.com/LZhPGLd.png
<table>
  <tr>
    <th>Name</th>
    <th>Favorite Color</th>
    <th>Favorite Instrument</th>
  </tr>
  <tr>
    <td>Cameron</td>
    <td>Blue</td>
    <td>Guitar</td>
  </tr>
  <tr>
    <td>Jeff</td>
    <td>Red</td>
    <td>Drums</td>
  </tr>
</table>

08-VSTDA

  1. Where can I find your repository? (Paste the url of your repository below)
    https://github.com/taustgen/VSTDL
  2. What did you enjoy most about this project?
    Learning to use bootstrap since it makes styling much simpler
  3. What was the toughest part?
    I had multiple errors in hooking up my html and angular files

04-SanDiegoTopSpots

  1. Where can I find your repository? (Paste the url of your repository below)
    https://github.com/AndrijWilhite/SanDiegoTopSpots
  2. What would the HTML be for the following table? (Open the following link in your browser)
    http://i.imgur.com/LZhPGLd.png
<!-- Write your html here -->
<table>
<tr><th>Name</th><th>Favorite Color</th><th>favorite Instrument</th></tr>
<tr><td>Cameron</td><td>Blue</td><td>Guitar</td></tr>
<tr><td>Jeff</td><td>Red</td><td>Drums</td></tr>
</table

04-SanDiegoTopSpots

  1. Where can I find your repository? (Paste the url of your repository below)
    https://github.com/sabrinasimeroth/SanDiegoTopSpots
  2. What would the HTML be for the following table? (Open the following link in your browser)
    http://i.imgur.com/LZhPGLd.png
     <table id="favTable" class="table table-striped"> //this class uses the zebra stripe bootstrap
        <tr>
          <th>Name</th>
          <th>Favorite Color</th>
          <th>Favorite Instrument</th>
        </tr>
        <tr>
          <th>Cameron</th>
          <th>Blue</th>
          <th>Guitar</th>
        </tr>
        <tr>
          <th>Jeff</th>
          <th>Red</th>
          <th>Drums</th>
        </tr>
      </table>

03-AstroWeightCalculator

  1. Where can I find your repository? (Paste a link below)
    https://github.com/skcali/AstroWeightCalculator

  2. What was your best accomplishment in this project?
    Looking up new, unfamiliar methods to use in jquery with a couple other students, applying them and working together without instruction to get the extra part of this assignment complete.

  3. What was the most challenging piece of this project for you?
    The most challenging part of this project was just getting more familiar with jquery syntax, spent most of the time figuring that out.

04-AstroWeightCalculator-jQuery

  1. Where can I find your repository? (Paste a link below)
    https://github.com/stephenprosso/Astro-Calc-in-Angular
  2. What was your best accomplishment in this project?
    I also did this project in jQuery, but i am having trouble getting the correct document to load into git hub. Learning how to grab info from the array [0][1] for my computation was my best accomplishment.
  3. What was the most challenging piece of this project for you?
    the most challenging part was getting a the correct results to display upon click.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.