A simple contact manager. You can:
- Add a new contact
- Edit an existing contact
- Add tags to contacts
- Search a contact by name
- Filter contacts by tags
- Uses a node API server to manage contacts
- Add, Edit, Delete, Filter and Search for contacts
- Enter multiple tags with a comma (
,
) delimiter - All data entered will be saved under
contacts.json
.
node
express
JavaScript
Bulma
- DOM Manipulation
- Run
npm install
to ensure you have all the dependencies needed - Run
npm start
and navigate tolocalhost:3000