Small single-page Application generated with Angular CLI to simulate a bomb-timer countdown. Includes some small configurations to customize the countdown (such as time, showing milliseconds, which color use).
This project is deployed with Netlify after every successful merge request.
The code is completely open-source and written in TypeScript and using the Angular framework, using the latest available version. It uses ESLint and Prettier for code formatting.
It is intended to be a showcase project to display personal skills in programming and web development with a simple project. You can use any part of the code, but mind that the following credits must be due:
- Blambot Comic Fonts for the font
- Studio Kolomna for the clock-ticking music
- Pixabay for the bomb explosion music
We use npm as a package manager. First of all, you have to run npm ci
before attempting to build or start the application.
Run npm run start
(ng serve
) for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run npm run build
(ng build
) to build the project. The build artifacts will be stored in the dist/
directory.
There are no test suites for unit tests, integration tests or e2e tests. Yet.