Eligible Race Contestants
GitHub Repository: HERE
Made with: Visual Studio, NodeJS
Programming Language: JavaScript
This project deals with hard-coded values that determine a contestant's registration form. This registration form checks whether or not the contestant is an adult, if they have registered early, and are assigned a race number. Adult runners are considered over the age of 18 and youth runners are considered younger than 18 years old. Runners are assigned a race number and start time-based on their age and early registration status. Adults are distributed race numbers of 1000 or more and youth contestants are given race numbers below 1000. Adults who have registered early will begin their race at 9:30 AM otherwise they will run at 11:00 AM. Youth contestants will run at 12:30 PM regardless of registration time.