For my own peace of mind, I kept working on this project after I submitted it. That (extra) work existed in a separate branch for about a week. I didn't want to keep committing code to a repo I knew people were looking at. But, I think the team has probably taken a look at my original work by now. So I am now merging my new version into master.
To see the original release (v1.0) of this application click here.
An applicaton prototype for keeping track of your contacts!
Here are some other fun facts for the QL team to chew on.
- This project was generated with Angular CLI version 9.1.8.
- Further, it was developed with node v12.18.0 and npm version v6.14.4.
- I choose to use Angular Material stylings and modules.
- The code test provided a specific API endpoint which returned 5 records, for development I created another endpoint that returns 95 records so that I could work on pagination functionality.
- The application is live on GitHub Pages (mobile friendly)!
- The application is integrated with CircleCI
.
- The application has 100% unit test coverage (across functions, statements, and branches)! (click the circle ci badge 🙂)
Angular generated content below :)
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.
