{"id":23756845,"url":"https://github.com/omarrsakr/java-customer-registration-page","last_synced_at":"2026-04-29T22:04:23.918Z","repository":{"id":269854877,"uuid":"908662208","full_name":"OmarrSakr/Java-Customer-Registration-Page","owner":"OmarrSakr","description":"A desktop application developed using Java that simplifies the process of registering and managing customer information. The application features a clean and user-friendly interface for adding, viewing, and managing customer records.","archived":false,"fork":false,"pushed_at":"2025-08-16T11:44:06.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-16T13:44:34.546Z","etag":null,"topics":["database","java","swing-gui"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OmarrSakr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["OmarrSakr"],"patreon":"OmarSakr","buy_me_a_coffee":"omarrhussev","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"thanks_dev":null,"custom":null}},"created_at":"2024-12-26T16:21:58.000Z","updated_at":"2025-08-16T11:44:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"1d8f0358-28f7-47a2-ab4e-da3d569c54cc","html_url":"https://github.com/OmarrSakr/Java-Customer-Registration-Page","commit_stats":null,"previous_names":["omarrsakr/java-customer-registration-page"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OmarrSakr/Java-Customer-Registration-Page","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmarrSakr%2FJava-Customer-Registration-Page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmarrSakr%2FJava-Customer-Registration-Page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmarrSakr%2FJava-Customer-Registration-Page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmarrSakr%2FJava-Customer-Registration-Page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OmarrSakr","download_url":"https://codeload.github.com/OmarrSakr/Java-Customer-Registration-Page/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmarrSakr%2FJava-Customer-Registration-Page/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32445584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","java","swing-gui"],"created_at":"2024-12-31T19:19:34.766Z","updated_at":"2026-04-29T22:04:23.877Z","avatar_url":"https://github.com/OmarrSakr.png","language":"Java","funding_links":["https://github.com/sponsors/OmarrSakr","https://patreon.com/OmarSakr","https://buymeacoffee.com/omarrhussev"],"categories":[],"sub_categories":[],"readme":"# Screenshots\n![JavaProject1](https://github.com/user-attachments/assets/56c509f5-9f11-4aba-8aac-99dd8c33c8d0)\n\n---\n# Customer Registration Page (Java) 💻🖱️\n\nA **desktop application** built using *`Java`*, designed to **streamline the process of registering customers**. The application features **a clean and user-friendly interface for creating, managing, and storing customer information effectively.**\n\n## 🛠 Technologies Used:\n\n- `Java (Swing)`: Used for building the graphical user interface and implementing the business logic.\n\n- `File Handling`: Saves and loads customer data from a `.bin` file for persistent storage\n\n## 📂 Features:\n\n*`1. Customer Registration`*\n\n- Add new customer details such as name, contact number, email, and address.\n\n- Validate user input to ensure data integrity (e.g., proper email format, non-empty fields).\n\n*`2. Search and Edit Customer Records`*\n\n- Search for existing customers using their ID or name.\n\n- Update customer details easily to maintain accurate records.\n\n*`3. File-Based Data Storage`*\n\n- Save customer information into a .txt file for long-term storage.\n\n- Load and display customer details from the file upon application startup.\n\n*`4. Responsive UI`*\n\n- A desktop-friendly user interface built using Java Swing, ensuring seamless navigation and interaction.\n\n**⚠ Current Status:**\n\n- The project is fully functional and uses file handling for data storage instead of a database. It is currently optimized for desktop environments.\n\n---\n## How to Use 🚀  \n\nWe welcome `contributions` to **Customer Registration Page (Java)**! Here’s how you can help:\n1. *Fork the repository* - Click the \"Fork\" button at the top right of the repository page.\n2. *Clone your fork* - Use the command:\n   \n   ```bash\n   https://github.com/OmarrSakr/Java-Customer-Registration-Page.git\n\n---\n## 💡 How to Run the Project\n\n1. Open the project in *`NetBeans`* Program or your favorite Java IDE (e.g., IntelliJ IDEA, Eclipse).\n2. Compile and run the application.\n\n## 🔄 Future Enhancements:\n\n- Integration with a database (e.g., MySQL) for better scalability.\n- Role-based authentication for added security.\n- Export functionality for customer data (e.g., to Excel or PDF).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomarrsakr%2Fjava-customer-registration-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomarrsakr%2Fjava-customer-registration-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomarrsakr%2Fjava-customer-registration-page/lists"}