FoodTracker is a cloud-based Web App that can Track Food Items
For the App integration, go to FoodTrackerApp (Note: The App Integration is currently non-functional until the remake is completed)
- Due Dates
- Counter
- Sorted Table
- Next Due notifier
- A shopping list
FoodTracker next uses these technologies:
gh repo clone cr4yfish/food-tracker-next
cd food-tracker-next
You should use yarn for now, since there is an issue with @react-aria and npm.
yarn
To use the shopping list, you will need to set-up 2 tables in a supabase database:
- shoppingList
- persons
The table specs can be seen in @interfaces/IShoppingListItem and @interfaces/IPerson.
In the food-tracker-next/ directory
npm run build
Then
npm run start
Open the webapp and go to the Settings tab. There, you will need to fill out the Supabase URL and key to be able to connect to your database.
- The App Integration is currently non-functional
To run the dev server:
npm run dev