Display all parent terms in a taxonomy in page
Copy the below code and paste it where you want to display the taxonomy terms:
'DESC'); // Customize it according to your needs ASC/DESC etc.
foreach (get_terms('project_categories', $args) as $cat) : // Change "project_categories" to your desired taxonomy
?>