Gym-Fitness-App
A Gym Fitness Application build using React, Tailwind CSS, TypeScript, Vite, Framer motion and more.
Demo
Live Link – https://gym-fitness-app-seven.vercel.app/
Tech Stack
Technologies: React, Tailwind CSS, TypeScript
Libraries/Tools: Vite, Google fonts, Hero Icons, Framer motion (animations), Form Submit (to collect form data), React-hook-form, React Anchor Link smooth Scroll (for smooth scrolling), Vercel (deployment)
Run Locally
Clone the project
git clone https://github.com/patilharsh03/gym-fitness-app
Go to the project directory
cd gym-fitness-app
Install dependencies
npm install
Start the server
npm run dev
What I Learn When building this project
- Learned more about Framer motion.
- How to implement React-hook-form in the web app.
- How to Collect data with the help of Form Submit.