https://github.com/jadebloom/goblin
Goblin - is a web finance tracking application, built with Angular.
https://github.com/jadebloom/goblin
angular expense-tracker finance goblin typescript
Last synced: 5 months ago
JSON representation
Goblin - is a web finance tracking application, built with Angular.
- Host: GitHub
- URL: https://github.com/jadebloom/goblin
- Owner: jadebloom
- License: mit
- Created: 2026-01-08T00:19:27.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-22T21:45:12.000Z (5 months ago)
- Last Synced: 2026-01-23T14:29:54.549Z (5 months ago)
- Topics: angular, expense-tracker, finance, goblin, typescript
- Language: TypeScript
- Homepage:
- Size: 395 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Goblin
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 21.0.5.
## Features
1. Creating and managing expenses.
2. Categorizing expenses using expense categories.
3. Authentication and account management.
### Authentication


### Expense Categories





### Expenses





## How to use?
### Development server
To start a local development server, run:
```bash
ng serve
```
Once the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files.
### Building
To build the project run:
```bash
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.
### Additional Resources
For more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.