Angular web app to consume Common Cents API.
Find a file
2026-02-24 14:17:59 -06:00
.vscode initial commit 2026-02-10 11:23:59 -06:00
public favicon and simple styling 2026-02-23 18:44:38 -06:00
src better icons 2026-02-24 14:17:59 -06:00
.editorconfig initial commit 2026-02-10 11:23:59 -06:00
.gitignore initial commit 2026-02-10 11:23:59 -06:00
angular.json added style variables to reduce duplication 2026-02-24 13:49:43 -06:00
package-lock.json Basic API consumption support and refactored UI to use material (#1) 2026-02-23 21:16:31 +00:00
package.json Basic API consumption support and refactored UI to use material (#1) 2026-02-23 21:16:31 +00:00
README.md initial web app bootstrapping 2026-02-10 15:24:54 -06:00
tsconfig.app.json initial commit 2026-02-10 11:23:59 -06:00
tsconfig.json initial commit 2026-02-10 11:23:59 -06:00
tsconfig.spec.json initial commit 2026-02-10 11:23:59 -06:00

Common Cents Web

Angular app for tracking expenses. Consumes Common Cents API.

Project setup

Note: modern version of the Angular CLI should be installed.

Install dependencies:

npm install

Run Locally

Start the web app:

npm run start

App will be running at http://localhost:4200/.

Building

To build the project run:

ng build

This will compile your project and store the build artifacts in the dist/ directory. By default, the production build optimizes your application for performance and speed.

Running Tests

To execute unit tests with the Vitest test runner, use the following command:

ng test

Resources

For more information on using the Angular CLI, including detailed command references, visit the Angular CLI Overview and Command Reference page.