Here are some example web development projects from NC State University Libraries:
Let’s take a look at QuickSearch.
Enter a query.
If you look at the results you can see why we need a dynamic web application in this case. Almost every aspect of the page is created dynamically based on the user’s query. We can’t anticipate every user’s query, so we respond in real time. All the results change based on the query. Article results come from the Summon API. Book results come from our own catalog’s API. These API responses are then formatted for display and placed into separate boxes.
Are there any types of applications that you aspire to make or contribute to?