BMBrian Muchirainfitness-app-react.hashnode.dev·Dec 6, 2024 · 9 min readCraft Stunning Landing Pages with the Power of Next.js and Tailwind CSSNavbar <div className=' w-full p-4 flex items-center justify-center fixed top-0 z-50 '> <div className='border bg-neutral-950/70 border-white/50 w-full lg:w-[800px] mx-5 md:mx-24 rounded-[40px] md:rounded-full backdrop-blur'> fixed: Positions the...00
BMBrian Muchirainfitness-app-react.hashnode.dev·Nov 10, 2024 · 10 min readCreate a Fitness Tracker App Backend: A Node.js Guidegithub link:https://github.com/BRYOOH/Fitness-app Login controller This code attempts to validate a user’s login by checking for an existing email, matching the password, and generating a JWT token if authentication is successful. const UserLogin= a...00
BMBrian Muchirainfitness-app-react.hashnode.dev·Nov 9, 2024 · 8 min readTransforming the Fitness App Experience using React JSClient side - React js The application was born out of my personal challenges in maintaining a regular workout routine. I often found it difficult to keep track of my exercises and stay committed on a daily basis. This inconsistency was largely due t...00