Rancang Bangun Aplikasi Data Guru Berbasis React Native
Keywords:
Teacher Managemen, CRUD, React NativeAbstract
The Teacher Management application is designed to facilitate efficient and structured teacher data management. The
application includes features such as add, edit, delete, and search, and is built with a simple and user-friendly interface to support
admin performance. The React Native project structure is organized modularly to ease development, with the src folder containing
UI components, layouts, and data types. Components such as TeacherDetail, TeacherForm, and TeacherList are separated to
maintain organization. On the backend, the API uses PHP Native to handle CRUD operations for teacher data, with the
api/teachers folder containing create.php, read.php, read_one.php, update.php, and delete.php. Future development will include
features such as validation, notifications, delete confirmations, data export, pagination, and a login system to enhance functionality
and security. These improvements aim to further increase the ease of use, security, and reliability of the system in managing teacher
information.