Search⌘ K
AI Features

Course Project: The Client Contacts Manager Application

Explore how to develop a Client Contacts Manager app using Angular components and TypeScript. This lesson guides you through building UI elements, data modeling, and managing data locally with the In-Memory Web API, providing practical experience in creating mobile and desktop versions of a mini-CRM app.

Project features

Throughout this course, we are going to be building a sales team contacts app for a fictional company. The idea behind this app is to have a system that allows the fictional sales team of our fictional company to manage and access the contact details of their clients and the companies they work with.

This mini-CRM (Customer Relationship Manager) allows us to create an app that provides a number of functions so we can really explore the features of Angular.

The idea is to create two versions of the mini-CRM that the salesperson will use:

  • The ...