This is my 2nd edition of my training pace calculator
-
URL hosted here: https://trainpace.netlify.app/
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
- https://github.com/aleexwong/marathon-training
- Project 1 is hosted here https://marathontraining.netlify.app/
but this time it is built with TypeScript and the Shadcn ui framework
Todo list:
- Host on Netlify - Done! 11/25/2024
- Icon for PWA and main site, Done! - 12/29/2024 report here:
- Testing with PlayWright
- Any new running tips I learn on the way
- Linking to any guides I find useful
ORIGINAL SOURCE: https://www.runnersworld.com/uk/training/a761676/rws-training-pace-calculator/