Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1 KB

README.md

File metadata and controls

24 lines (14 loc) · 1 KB

gen10Dev10PreTrainingProject

Before starting Genesis10's Dev10 Java bootcamp, everyone in my cohort and I worked on a review project from the quick course we went through during the interview process: a small To-Do list app. This app takes in the task you want to accomplish and either the number of days it will take to finish (that's V1) or the due date you want to have it done by (V2). The list of your tasks appear below in colors indicating priority level. I made both versions to test myself with different kinds of form inputs and use JavaScript date functions.

Demo Views

V1 - Input the number of days

V2 - Input the due date

Links

Author