Health Challenge Tracker

Overview

The Health Challenge Tracker is a web application designed to help users track their workout progress. Users can add their names and workouts, view the data in a table, and see their progress displayed in a bar chart.

Features

  • Add user names and workout details.
  • Display the workout data in a table.
  • Visualize workout progress using a bar chart.
  • Responsive design for optimal viewing on various devices.

Prerequisites

To run this project locally, you'll need to have the following installed:

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Getting Started

  1. Install Dependencies

    • npm install
  2. Run the Application

    • ng server or ng s

Hosted Web App

  • You can view the live version of the Health Challenge Tracker by visiting the following link:
  • Health Challenge Tracker
  • https://health-challenge-tracker-three.vercel.app/

Acknowledgements

  • Angular for the framework.
  • Chart.js for charting.
  • Tailwind CSS for styling.