This repository has been archived on 2025-01-04. You can view files and clone it, but cannot push or open issues or pull requests.

25 lines
517 B
TypeScript
Raw Normal View History

2023-03-07 05:02:02 -06:00
/*
// Date: 2023-03-07
// Developer: Hyperling
// Purpose: Provide a UI for folks to log a food diary, providing a simple way
// to enter the data and an easy way to filter/sort what caused issues.
// Resources: Most helpful tutorials when learning Typescript and React.
// https://blog.logrocket.com/how-use-typescript-react-tutorial-examples/
*/
// Attach all the needed helperss.
import "src/includes.ts";
/* DB Setup */
/* Test Code */
// Just playing with the DB until learning React.
/* Main, UI */