The client application (web page) should run on port 8080 instead of the current default port 3000. This will help avoid port conflicts and align with our deployment requirements. Update the configuration so that when starting the client locally (e.g., via npm start or yarn start), it uses port 8080 by default.