This is a simple CRUD website that simulates a list of contacts where you can:
| ➕ | Add a new contact |
| 🖊️ | Edit an existing contact |
| 🗑️ | Delete an existing contact |
| 🔍 | Search for an existing contact through the list |
When adding or editing a contact, keep in mind that there are two validators:
| ❕ | All the fields are mandatory |
| ❕ | The Phone field only accepts numbers |
- HTML, CSS, JavaScript
- Bootstrap, DataTables
- C#
- SQL Server
- Clone the repository
- Create a new file named
appsettings.Development.jsonin the root directory of the project (contact-list) - Copy the content from
appsettings.Development.example.jsonand past intoappsettings.Development.json - Replace the examples with your own server, user, password and database