Befit is a fitness tracking application that uses Next.js and Tailwind CSS for the front-end and Python FastAPI for the back-end. It allows users to track their fitness goals, monitor their progress, meditation and view workout history. With a sleek and intuitive interface,Befit is perfect for those looking to take control of their fitness journey.
◦ Befit is a fitness tracking application built using Next.js and Tailwind CSS for the front-end and Python FastAPI for the back-end. It allows users to track their fitness goals, monitor their progress, meditation and view workout history. With a sleek and intuitive interface, Befit is perfect for those looking to take control of their fitness journey.
The code in the tailwind.config.js file sets the content of the project and extends the theme. It specifies the files to be considered for Tailwind CSS styles and allows for customization by extending the theme. No additional plugins are included.
The code in the next.config.js file sets the configuration options for the Next.js application. In this case, it enables React strict mode, which helps identify potential issues during development.
Contributions are always welcome! Please follow these steps:
Fork the project repository. This creates a copy of the project on your account that you can modify without affecting the original project.
Clone the forked repository to your local machine using a Git client like Git or GitHub Desktop.
Create a new branch with a descriptive name (e.g., new-feature-branch or bugfix-issue-123).
git checkout -b new-feature-branch
Make changes to the project's codebase.
Commit your changes to your local branch with a clear commit message that explains the changes you've made.
git commit -m 'Implemented new feature.'
Push your changes to your forked repository on GitHub using the following command
git push origin new-feature-branch
Create a new pull request to the original project repository. In the pull request, describe the changes you've made and why they're necessary.
The project maintainers will review your changes and provide feedback or merge them into the main branch.
📄 License
This project is licensed under the ℹ️ LICENSE-TYPE License. See the LICENSE-Type file for additional info.
👏 Acknowledgments
- ℹ️ List any resources, contributors, inspiration, etc.