Skip to content

Latest commit

Β 

History

History
24 lines (19 loc) Β· 814 Bytes

File metadata and controls

24 lines (19 loc) Β· 814 Bytes

πŸ‘©πŸΎβ€πŸŽ“ Week05 Bootcamp2019a Project: Student List

Goal: Build a Simple Student List App For A Teacher

Create a simple app where a teacher can enter student names as they arrive at class. The teacher should have the ability to press a button and see a list off all the students who have arrived.

How to submit your code for review:

  • Fork and clone this repo
  • Create a new branch called answer
  • Checkout answer branch
  • Push to your fork
  • Issue a pull request
  • Your pull request description should contain the following:
    • (1 to 5 no 3) I completed the challenge
    • (1 to 5 no 3) I feel good about my code
    • Anything specific on which you want feedback!

Example:

I completed the challenge: 5
I feel good about my code: 4
I'm not sure if my constructors are setup cleanly...