Contact Manager to create and delete contact in browser local storage.
Click this link to see the deployed version
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/ddedida/simple-contact-manager
- Install NPM packages
npm install
- Run
npm run dev
- Before adding contacts:
- After adding contacts:
console.log("Thank you!");