In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
-
<BudgetOverview.tsx>
is a Function Component which uses TypeScript interface as props to render the tabular view. -
interfaces.ts
is a TypeScript file containing the code that defines the shape ofBudget
.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.