This is a TypeScript-built fitness platform offers a seamless and interactive experience, guiding you through personalized workout plans and nutrition advice tailored just for you.
- Type-Safe Code:
- Utilize TypeScript's type system to reduce runtime errors and ensure that components receive data in the expected format.
- Component-Based Architecture:
- Develop the landing page using a component-based framework like React, where each section of the page is a separate, reusable component.
- Interactive Elements:
- Implement interactive elements such as modals, dropdowns, and sliders that enhance user engagement, using TypeScript for better state management and predictability.
- Enhance user's navigation experience with beautifully smooth transitions and scrolling:
- Utilizes framer-motion to bring dynamic motion effects that make interactions lively and engaging
- Additionally, react-anchor-smooth-scroll ensures that scrolling through the app is seamless and fluid, allowing user to effortlessly navigate between sections with elegance and ease."
- Visually appealing and highly responsive and customizable:
- Rapidly design unique components without sacrificing performance by leveraging Tailwindcss
- Clone the repo
git clone https://github.com/huongnguyen1709/fitness.git
- Install NPM packages
npm install
- Enter your email in contact-us/index.tsx
<form action="ENTER YOUR EMAIL" method="POST" onSubmit={onSubmit} >
- Start the development
npm run dev
Distributed under the MIT License. See LICENSE.txt
for more information.