Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 744 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 744 Bytes

Overview

Personal Trainer front end application used to manage customers and their trainings.

Includes a mobile friendly user interface.

Built with React and TypeScript. Uses several third party libraries.

Demo

Currently no live deployment.

Previous deployment was in Vercel so that's why you can find vercel.json file in the root.

It allowed react router to work properly in the deployed version.

Features

  • Customers
  • Trainings
  • Training calendar
  • Training statistics

Commands

With npm:

Install dependencies

npm install

Start in development mode

npm run dev

Build for production

npm run build

Preview and test production build

npm run preview