A Screening Test by TinkerHub for their 2 week learn-from-home program.
Write a dart class for tech learners and mentors. Should have following methods:
addStacks() : Add a particular stack of interest/expertise
setMentorOrLearner() : Set whether the participant is learner or mentor
setAvailableTime() : if person is mentor set available time
getMentor() : Takes stack and time as params and finds available mentors.
In the project directory, you can run:
Runs the program in the console.
The program will further guide through the steps/procedures.
Link to reference images are here.
Program best runs within VSCode Terminal.