You will be creating a open source application. The aim of this exercise is create a simple endpoint that might or not receive a parameter from the URL, without using any library.
Make it object oriented, and secure the output XSS
Do a response that returns 404 and 200
Yo need to accept two routes /hello and /goodbye You should use here the FrontController pattern.