This is a nutrition diary to help you keep track of your macronutrients and weight goals. User's can make use of a API from the USDA(https://fdc.nal.usda.gov/) to save nutrition information of food, and then post the data into a SQLite database via a .Net API. We used Angular for the interface to make it easier for CRUD operations (to create, read, update, and delete data).