-
Notifications
You must be signed in to change notification settings - Fork 1
Newcomer workshop
Tomás Palma edited this page Oct 30, 2024
·
7 revisions
This is a wiki page containing a guide about the workshop for newcomers.
The workshop will consist of you trying to solve the bugs that we introduced by design.
The goal is for you to get a better understanding of the workings inside of the project.
-
git clone [email protected]:NIAEFEUP/tts-fe.git
-
git checkout newcomer-workshop
The desired functionality is the one described in the video.
Hints:
- You should find where a variable called
selectedOptions
is defined and understand what is wrong with its definition.