Migrate the equivalent page from the previous app (found on the react-old branch) to Angular.
Add both the list page (i.e. Venues Page) as well as the Individual page (i.e. Venue Page) and any extra components used by it on the old version if they haven't been added yet.
TIP: try using ChatGPT to translate the code from React to Angular -> it won't be perfect but it's a good starting base
Migrate the equivalent page from the previous app (found on the
react-old
branch) to Angular.Add both the list page (i.e.
Venues Page
) as well as the Individual page (i.e.Venue Page
) and any extra components used by it on the old version if they haven't been added yet.TIP: try using ChatGPT to translate the code from React to Angular -> it won't be perfect but it's a good starting base