- The Passenger Encounter App is a basic counter tool made with HTML, CSS, and JavaScript. It allows users to count passengers by pressing an increment button. Once the count is saved, the value is added to a list of previous entries. A reset button clears the current count and sets it back to zero.
-
Increment Button: Adds +1 to the current passenger count
-
Save Button: Appends the current count to a list of previous entries
-
Reset Button: Resets the count to 0
-
Clean and user-friendly interface
-
Responsive for mobile and desktop devices