React solution using RegEx for parsing the title
I opted to use regex to parse the title texts, thought that was the most challenging part, but I like playing with regex, so it was cool! Learned about lookaround regex operators (https://stackoverflow.com/questions/2973436/regex-lookahead-lookbehind-and-atomic-groups) very helpful :-)
Requested feedback
How to deal with the data fetching in a better way? Is my way of preloading IDs and then masking the IDs as to get the correct slice for new jobs to add the best way or is there a better one? Maybe it would be cool to already preload the next 6 jobs when the user is looking at the current jobs.