This project is meant to store contacts. Contacts are persisted between sessions.
The purpose of this project is to build self-confidence and explore Blazor.
The code for this project is available for your perusal here. The project itself is hosted on GitHub Pages at https://eri707.github.io/cf-ContactBook/.
Project is created with:
- C#
- Blazor
- Bulma css framework
- LocalStorage
- Click the Add Contact button, then input contact information(Name, Phone, Emai etc.). The contact will appear on the left side.
- Click a name of the contact list, then the detail contact will show up on the right.
- Users can edit and delete a contact.