NutriFit is a food tracking app, which will let you track your food intake.
Unlike other food tracking app, NutriFit is free and open source.
To use NutriFit, You will need a NutriFit account first, which you are going to use in this app.
NutriFit will be available on the Google Play Store and F-Droid soon, so be excited to use it :)
NutriFit has been made for you to comfortably track your food and have no worry about those calories. For now you can download NutriFit from this link and follow the below instructions to use it if you want to contribute it.
This android application allows you to add your food in given meal types likes BreakFast, Lunch, Snacks and Dinner
This application was originally created by Dhiraj Chauhan, Anam Ansari, Ishir Agrawal, Aakash Chaurasiya.
The android app lets you:
- Connects you to a healthier version of yourself.
- Get to see insights of the food you have eaten along the day
- Provides you Daily Calorie Requirement
- Completely ad-free.
- Food Logs
- Switch between numerous themes. [Coming Soon]
- Clone this repository
git clone https://github.com/anamansari062/NutritionApp
- Open Android Studio and import the project
- Steps to Import the project:
A. File -> Import
B. Go to the path where you cloned the Repo (usually the whole folder) and select it
At this point, you should be able to build and run the project in the Android device or emulator.
if you are facing any problem in building, you can create an issue describing your problem or you can mail too.
On Android versions, Nutrifit requires the following permissions:
- Internet Connection
Yes, that's all we need :)
Nutrifit app is a free and open source project. Any contributions are welcome. Here are a few ways you can help:
- Report bugs and make suggestions.
- Write some code. Please follow the code style used in the project to make a review process faster.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request