You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+62-23Lines changed: 62 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
# Unbroken
2
2
3
-
A modern React application built with TypeScript and Vite, ready for deployment on Cloudflare Pages.
3
+
**Tactical Barbell Tracker** - A modern React application for tracking strength training, cardio workouts, and training blocks following the Tactical Barbell methodology. Built with TypeScript and Vite, ready for deployment on Cloudflare Pages.
4
+
5
+
## π Features
6
+
7
+
-**Training Block Management**: Organize workouts into structured training blocks (Endurance, Powerbuilding, Strength, Bodybuilding)
8
+
-**Comprehensive Workout Tracking**: Support for strength, hypertrophy, LISS cardio, HIIT, rest, and deload workouts
9
+
-**Exercise Database**: Track 1RM and 10RM personal records with automatic weight calculations
10
+
-**Smart Warm-up Sets**: Automatically calculated warm-up progressions for strength workouts
11
+
-**Rest Timer**: Built-in timer with notifications and extend options
12
+
-**Workout History**: Complete tracking of all completed workouts
13
+
-**Drag & Drop Planning**: Reorder training blocks with intuitive drag-and-drop interface
14
+
-**Responsive Design**: Works seamlessly on desktop and mobile devices
4
15
5
16
## π Quick Start
6
17
@@ -40,11 +51,12 @@ A modern React application built with TypeScript and Vite, ready for deployment
40
51
41
52
## ποΈ Tech Stack
42
53
43
-
-**React 18** - UI library
44
-
-**TypeScript** - Type safety
45
-
-**Vite** - Build tool and dev server
46
-
-**Tailwind CSS** - Utility-first CSS framework
47
-
-**ESLint** - Code linting
54
+
-**React 18** - UI library with hooks for state management
55
+
-**TypeScript** - Type safety and enhanced developer experience
56
+
-**Vite** - Build tool and dev server with hot module replacement
57
+
-**Tailwind CSS** - Utility-first CSS framework for responsive design
58
+
-**ESLint** - Code linting and quality enforcement
59
+
-**Tactical Barbell Methodology** - Structured training approach for strength and conditioning
48
60
49
61
## π Deployment on Cloudflare Pages
50
62
@@ -93,23 +105,42 @@ A modern React application built with TypeScript and Vite, ready for deployment
93
105
94
106
```
95
107
Unbroken/
96
-
βββ public/ # Static assets
97
-
βββ src/ # Source code
98
-
β βββ App.tsx # Main App component
99
-
β βββ main.tsx # Entry point
100
-
β βββ index.css # Global styles with Tailwind CSS
0 commit comments