A gym Fitness website
- 4 Devlogs
- 4 Total hours
It will record your gym activities make you follow a strict workout guide to make you fit
It will record your gym activities make you follow a strict workout guide to make you fit
Devlog #4
🥀so…for the last few days i’ve been locked in on FORGE.
the idea is pretty straightforward: a hyper-optimized, stripped-down fitness tracker that actually works on low-end hardware.but as always, the execution turned into a whole saga 💔
an apology for going ghost
i’ve been completely away from my usual setup, working from my hometown on just a laptop. no extra monitors, no fancy desk layout—just pure terminal grinding in the wild trying to push commits through.the main thread was choking
the original problem was navigation efficiency.
before today, forcing everything to render at once was treating the app like a bloated mess. every time you tried to jump between the dashboard and the exercise guides, the layout parsing and thread blocking were hogging up to 54ms of raw processing time.if you’re running on legacy hardware, 54ms feels like an eternity.so i tore down the navigation structure.modular pages over everything
instead of loading the entire app layout upfront, i refactored it so every single view—the how-to guides, the specific routines, the exercise logs—loads separately on demand.the performance gains went crazy.if you look at the browser profiling metrics, the Largest Contentful Paint (LCP) dropped down to a crisp 0.28s. the navigation jumps are completely instant now, running light enough to make a basic chromebook look fast.muscle relief was breaking
spent a ridiculous amount of time fixing the data logic for the “Muscle Relief” components.it was the usual routine:
hours of tracing UI bugs and state management failures.
fixing a few lines of data persistence so the state doesn’t trip over itself when you switch days.
questioning why it took that long afterward.the architecture isn’t actively trying to kill the main thread anymore, and the app stops screaming at me when i jump between workouts.what’s next?
now that the performance baseline is clean, the plan is to manually iron out the remaining layout bugs before doing any major framework implementation.the core engine is running lean on the T430, and it’s slowly becoming the responsive tool i wanted to build.we’ll see how long that lasts before i break everything again 🥀
Hi guys todays day went into just fixing the dam bugs cuz the were pissing me off.
I also made the website run on local save which will save your data and then when you log back on you don’t need to do from start
also wanted to ask if the device cleans it cache then it will be probablly deleted right
IDK cuz i made this feature using claud t was going above my head
also fixed some rendring bugs too
IMPORTAN!!!!!
i wanted to ask that i do alot of work in VS but it always reset the timer and take it back to 2 min
Anyone Know Why?????????
and tomorrow will be the big update
Guys I just got the frontend working and after 8-hours of continues searching from printers they show how to do the exercise and also has streak counter and water reminder I am currently using the emojis but sure soon will get all the svgs etc. I got all the gif of all the exercises such as:
—🏋️♂️ Upper Body Power Houses
–Chest Day:
-Barbell Bench Press
-Incline Dumbbell Press
-Cable Flyes
-Dips (Chest focus)
-Push-Ups
–Back Day:
-Deadlift
-Pull-Ups
-Barbell Row
-Seated Cable Row
-Face Pulls
–Shoulders (Delts):
-Overhead Press
-Arnold Press
-Lateral Raises
-Upright Rows
-Rear Delt Flyes
—💪 Arm & Core Definition
–Arms:
-Barbell Curl
-Concentration Curls
-Hammer Curls
-Skull Crushers
-Tricep Pushdown
–Core + Cardio:
-Hanging Leg Raises
-Cable Crunch
-Plank
-Russian Twists
-HIIT Sprint Intervals
—🦵 Lower Body Foundations
–Legs:
-Barbell Squat
-Leg Press
-Romanian Deadlift
-Leg Curls
-Standing Calf Raises
It all took me so much time to get and it was difficult but thankyou to any one who is owner of these photos or gif
also i used one photo at alot of places but duplicated them is that gonna cause slow down or whatever
There are some bugs still lurking inside iwill try to find them and stomp them
Also I took help from claud for the UI interactions and stuff
Thank You,
I am working on this a modern unique looking fitness tracker which track your fitness .
There are different programs to choose from now I am currently designing it.
I gathered all the gifs and images for the exercise like: ––how to do
-which muscles are affected and
-what equipment to use
that will come in my next post currently only main front page is working fine with minor issues that are gonna come in back
I will keep yo guys updated
and also a question how to implement a single photo for like multiple places in another div class
I am going to make it react but not yet