Navigate to Issues tab for tasks
- Figma Url: https://www.figma.com/design/CAPCgFmHShWT4M8KUEWemF/Final-Pages?m=auto&t=DBmL68qvQIX7rYyC-1
- Navigate to Desktop Application in the Pages
- Install and setup vscode, Nodejs, React, npm.
git clone https://github.com/tanish1608/Fitmapp-website.gitcd Fitmapp-websitenpm installnpm run dev
Thank you for contributing to this project! To ensure smooth collaboration, please follow these guidelines:
- Always create a new branch for your work.
- Do not push directly to the
mainbranch. - Push your changes to your feature or bugfix branch.
- Submit a Pull Request (PR) when your changes are ready for review.
- Include a clear and concise description of the changes and their purpose.
- Assign at least one reviewer to your PR.
- All changes must be reviewed and approved before merging.
- Be open to feedback and willing to revise your code as needed.
- Write meaningful and descriptive commit messages.
- Use the following format for commits:
- Ensure your code passes all tests before submitting a PR.
- Write tests for any new functionality.
- Use Squash and Merge or Rebase and Merge to keep the commit history clean.
- Only maintainers or designated team members are allowed to merge PRs.
- Use the repository’s issue tracker to propose features or report bugs.
- Be respectful and professional in all communications.
- Branch protection rules are enabled to prevent direct pushes to the
mainbranch. - Automated checks (e.g., tests, linting) must pass before merging PRs.
By following these guidelines, we can ensure a productive and collaborative development process. Thank you!











