Gym Fitness Application
A responsive web-based application build using react.js, node.js, express.js and nodemailer. This application is for gym owners who wants to have their online presence. Live link - https://fitness-application-zpwp-az9b8wyot-sapana-dashonis-projects.vercel.app/
Features
- Responsive UI: Built with React.js and styled for a clean, mobile-friendly experience.
- BMI Calculator: Quickly calculate your Body Mass Index using simple inputs.
- Nodemailer Integration: Receive automated emails on inquiries or updates.
- Secure Backend: Developed with Node.js and Express.js for robust performance and easy API expansion.
To run locally
- Clone the repo
- Navigate to frontend
- cd Frontend
- npm install
- npm start
- Navigate to backend
- cd Backend
- npm install
- npm run dev