Skip to content

Releases: ArfaMariyam/Parkello

v2.0.0

Choose a tag to compare

@ArfaMariyam ArfaMariyam released this 07 Jul 14:15

Added

  • Dynamic real-time tracking variables for all 5 vehicles, total vehicles and Cash/Fee.
  • Overall UI/UX update.

Fixed

  • Fixed a logic error where total vehicle summaries failed to dynamically step up during operational entry loops.

Phase 1: Interactive Menu Release

Choose a tag to compare

@ArfaMariyam ArfaMariyam released this 02 Jul 13:40

Phase 1: Interactive Menu Release

This is the first baseline release of my Car Parking Management System project. I have successfully built the main menu layout and navigation logic!

What's New:

  • The Menu Interface: I put the 14-option visual dashboard inside a single menu() function to show all operator choices clearly.
  • The Menu Loop: I used a while(true) loop inside main() so the application stays open and lets you pick choices multiple times without closing automatically.
  • Input Routing: I used basic if-else statement chains to check the user's typed number and route options 1 through 14 to their confirmation screens.
  • Exit Choice: Option 14 safely breaks out of the loop and closes the terminal window cleanly.

Downloadable File:

  • You can download the compiled index.exe file below to test the interactive layout directly on Windows without needing a compiler.

Live Preview:

demo