Skip to content

recreation of my training pace calculator, with a cleaner look

Notifications You must be signed in to change notification settings

aleexwong/trainingpacecalculator2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

Training Pace Calculator 2 Netlify Status


This is my 2nd edition of my training pace calculator

Directory structure:

aleexwong-trainingpacecalculator2/
├── README.md
└── vite-project/
    ├── README.md
    ├── components.json
    ├── eslint.config.js
    ├── index.html
    ├── package-lock.json
    ├── package.json
    ├── postcss.config.js
    ├── tailwind.config.js
    ├── tsconfig.app.json
    ├── tsconfig.json
    ├── tsconfig.node.json
    ├── vite.config.ts
    ├── .gitignore
    ├── public/
    │   └── site.webmanifest
    └── src/
        ├── App.css
        ├── App.tsx
        ├── CalculatorModal.tsx
        ├── Footer.tsx
        ├── ResultsWithTooltips.tsx
        ├── RunningTips.tsx
        ├── TrainingPaceCalculator.tsx
        ├── index.css
        ├── main.tsx
        ├── vite-env.d.ts
        ├── assets/
        ├── components/
        │   └── ui/
        │       ├── accordion.tsx
        │       ├── button.tsx
        │       ├── card.tsx
        │       ├── dialog.tsx
        │       ├── input.tsx
        │       ├── select.tsx
        │       ├── toast.tsx
        │       ├── toaster.tsx
        │       └── tooltip.tsx
        ├── hooks/
        │   └── use-toast.ts
        ├── icons/
        └── lib/
            ├── GoogleAnalytics.tsx
            └── utils.ts

1st Edition

but this time it is built with TypeScript and the Shadcn ui framework


Todo list:

ORIGINAL SOURCE: https://www.runnersworld.com/uk/training/a761676/rws-training-pace-calculator/