A comprehensive fitness application built with Next.js, offering user signup, login, and dashboard functionalities. This application is designed to facilitate user registration, authentication, and personalized dashboard access, utilizing MongoDB for data storage and management.
Clone the repository:
git clone https://github.com/xus84/gym_guidance.git
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Create a .env.local file in the root directory.
Add your MongoDB connection string: MONGODB_URI=your_mongodb_connection_string_here
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js
. The page auto-updates as you edit the file.
Register and Login:
Navigate to Exercise Routines:
Choose a Routine:
Perform Exercises with Timer:
Track Progress:
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
Fork the repository on GitHub. Create a new branch for your feature or bug fix. Implement your changes and commit them with descriptive messages. Push your changes to your forked repository. Create a new Pull Request for review and integration. License This project is licensed under the MIT License. For more details, refer to the LICENSE file included in the repository.
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.