This project is a single-page application (SPA) built with Angular 14+ that allows users to track their workouts. Users can add their workout details, view a list of workouts, search by username, filter by workout type, and view workout progress using charts.
Display user workout list in a table grid
Search by username
Filter by workout type
Pagination for user list
Store data using localStorage
Display workout progress using charts
Unit tests for components and services
Clone the repository:
git clone https://github.com/saigauravi/FyleAssignment/
cd FyleAssignment
Install dependencies
npm install
npm start