A simple Java-based system that emulates RFID card swipes using a GUI. Users can input their RFID tag, name, and other details, which are stored in a text file. The system allows creating, updating, viewing, and deleting user information through a straightforward interface.
- User Registration: Enter RFID tag and personal details to register.
- CRUD Operations: Create, view, update, and delete user information.
- File Storage: Data is saved in a text file for easy management.
- GUI: Easy-to-use interface built with Java Swing (JFrame).