SIMPLE EMPLOYEE CRUD project is a simple project that I created to perform simple data manipulation activities including create, read, update, and delete with data related to employees.
The purpose of creating this simple project is as a learning activity for me to broaden my insight in the field of web development. In the future, I will create several simple projects related to web development and also related to IoT development.
In this project, I use basic languages to create a web, namely HTML, CSS, and Javascript. For the back-end, I use the PHP programming language with the framework I use is Laravel.
I also use the DataTables library as a complete package provider of table features. For notifications, I use the sweetalert2 library.
https://github.com/user-attachments/assets/4f32fd8f-1537-4f7a-a5da-0e6ad917b0cb
composer install
.php artisan serve
in the terminal to run the project on localhost.Made with contrib.rocks.