This project is called crud (create, read, update, and delete) the four basic functionality that manipulate data in a database that is important to any web application’s basic functionality.
With this challenge I learn more a lot with setInterval() to display a toast message. Displaying a message when there's no data available and form validation. This project was my first programming challenge/task that was given by my mentor from my internship company. I also engage more at Figma with this project because I had to make a logo out.
It was a greate experience, challenging and fun web development exercise.
- Install XAMPP in your PC
- In XAMPP Control Panel, run Apache and MySQL.
- At MySQL section click the Admin button to open phpMyAdmin
- Create a database for this project call it:
crudhub
- Import the
users.sql
at _database folder to your Crudhub MySQL database - When success, open the site with your browser, and it should work.