This is a command-line contact management system app created using JavaScript. For now, this contact manager can add contacts into JSON files only. I will continue to develop this contact manager until it can perform other tasks, such as deleting contacts, updating contacts, and displaying a list of existing contacts. If you want to contribute to the development of this contact manager, you can click here.
- JavaScript
- Node.js
- Install node.js here (if you have already installed node.js on your machine, you can go to step number 2).
- Clone this repository:
$ git clone https://github.com/daffaazhar/contact-manager.git
. - Move into the folder:
$ cd contact-manager
. - Run the app
$ node app.js
. - Fill the required fields with the contact you want to add.
- You can see the data of contact that has been added in
data > contacts.json
- Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.
- Clone the repository:
$ git clone https://github.com/daffaazhar/contact-manager.git
. - Create a new branch:
$ git checkout https://github.com/daffaazhar/contact-manager.git -b name_for_new_branch
. - Make changes and test.
- Submit Pull Request with comprehensive description of changes.