This is a sample project user can store his contacts in the local storage of browser. Technologies used are AngularJs1.6, HTML5, CSS3, Bootstrap4.
To get you started you can simply clone the contact-book
repository and install the dependencies:
You must have Node.js and its package manager (npm) installed.
Clone the angular-seed
repository using git:
git clone https://github.com/swarup-gaikwad/contact-book.git
cd contact-book
npm install
The simplest way to start this server is:
npm start
Now browse to the app at [localhost:8000/index.html
].