Designed and implemented a production ready application for maintaining contact information
Technology used:
Angular 6
,Angular Material
,RxJS
, andBootstrap 4
Live application can be accessed from : Live-Demo
To proceed with smooth installation you should have Node 8+ version installed in your system
Also, to serve this app in your local please install Angular CLI as this project was generated with Angular CLI
Please navigate to
Evolent-CRUD-App
folder and run below command to installnode_modules
in order to run this app locally.
$ npm install
Once node dependencies are installed then please open
command prompt
and runng serve
for a development server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.
Alternatively, Please have a look on Live-Demo
Expected functionality:
- Add a contact
- List contacts
- Edit contact
- Delete contact
Out of excitement, I have added:
- Search a contact
Add a contact
Search on enlisted contact
Edit contact
Delete contact
Fully Responsive Layout
Best user experience can be enjoyed on:
- Google Chrome
- Mozilla Firefox
- Safari
- Microsoft Edge