https://github.com/gdbecker/gen10dev10pretrainingproject
Review project before fall 2019 training: ToDo List Assignment
https://github.com/gdbecker/gen10dev10pretrainingproject
Last synced: 10 months ago
JSON representation
Review project before fall 2019 training: ToDo List Assignment
- Host: GitHub
- URL: https://github.com/gdbecker/gen10dev10pretrainingproject
- Owner: gdbecker
- Created: 2019-11-24T17:50:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T15:25:51.000Z (almost 3 years ago)
- Last Synced: 2025-07-06T10:05:35.806Z (11 months ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- [Live Demo V1](https://replit.com/@gdbecker/Pre-Training-Project-V1)
- [Live Demo V2](https://replit.com/@gdbecker/Pre-Training-Project-V2)
## Author
- Website - [Garrett Becker]()
- Replit - [@gdbecker](https://replit.com/@gdbecker)
- LinkedIn - [Garrett Becker](https://www.linkedin.com/in/garrett-becker-923b4a106/)