Summary
In this chapter, we developed the frontend part of our component. We created a list view to see the list of projects and a detail view to see more data for every project, and we added our own CSS to improve the user experience. Finally, we learned how to set up SEF URLs for these views. We can now develop the frontend part of a component and customize it with our own styles.
In the following chapter, we will see in detail how to use the JForm
class to create forms for our extensions. This will allow us to add more interaction to our component with search and edit forms.