Just built a simple yet functional web app!
I recently developed a basic Customer Directory Web
Application using:
HTML & CSS for structure and styling
Bootstrap for a responsive and modern layout
JavaScript & jQuery to add interactivity and dynamic
behavior
What's the app about?
It's a simple web interface that allows users to manage a list of
customers. You can:
Add new customers (name, country, email, phone)
Instantly search by name or country
Click on a name to view customer details in a neat popup
View data in a clean, sortable, and responsive table
The goal was to create a smooth, interactive user experience
while practicing core frontend skills — especially DOM
manipulation and event handling using jQuery.
? It was a great learning exercise combining layout, logic, and
real user interaction.