Appivia.com
This is a very simple one-page application consisting of just one table (representing users of some company), and a form for creating new rows. To make it a little more complicated, we have written a 'framework' you will have to use. Bellow is set of simple tasks to perform.
- Fork this repository
- Create new MySQL database
- Rename
config/database
toconfig/database.php
and configure you database connection settings in this file - Import
database/schema.sql
into your database
- Style the page using Bootstrap:
- Every other table row should be highlighted.
- Use Bootstrap’s form-horizontal to style the form.
- Any other styling changes should be made based on your consideration.
- Add a validation of the new records.
- Create a JS functionality to filter rows by city.
- Implement submission of the form using AJAX.
- Add column phone number to the table.