DEV Community

Cover image for Call History App
Alameen
Alameen

Posted on

Call History App

Call History App

This is an Angular application that allows users to view their call history in various views, including a calendar view, list view, and table view. Users can import a CSV file containing call records, which will be parsed and displayed on the screen. Additionally, users can apply filters to the call history based on phone number, date, month, and year.

Features

  1. Calendar View: Users can view their call history in a calendar format, allowing them to see call records based on specific dates.
  2. List View: Users can view their call history in a list format, providing a chronological display of call records.
  3. Table View: Users can view their call history in a table format, with columns representing different attributes of the call records.
  4. Import CSV: Users can import a CSV file containing call records, which will be parsed and added to the application. Filtering: Users can filter their call history based on phone number, date, month, and year, allowing them to narrow down the displayed records.

Edit: Sharing the repo link
Github

Top comments (0)