https://github.com/emiliodeg/collatz-app
Collatz conjecture numbers generator app
https://github.com/emiliodeg/collatz-app
angular collatz-conjecture
Last synced: about 2 months ago
JSON representation
Collatz conjecture numbers generator app
- Host: GitHub
- URL: https://github.com/emiliodeg/collatz-app
- Owner: emiliodeg
- Created: 2021-10-18T13:09:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-18T15:58:09.000Z (7 months ago)
- Last Synced: 2025-11-18T17:23:37.487Z (7 months ago)
- Topics: angular, collatz-conjecture
- Language: TypeScript
- Homepage: https://emiliodeg.github.io/collatz-app/
- Size: 476 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# collatz-app
Collatz conjecture numbers generator app.
The aim in the little project is learning about Github actions to deploy an Angular app using Collatz generator.
## Local development server
Run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change
any of the source files.
## Running unit tests
Run `npm test` to execute the unit tests via [Karma](https://karma-runner.github.io).