Skip to content

Simple league resulting/ranking app of teams developed using Angular.

License

Notifications You must be signed in to change notification settings

irowbin/league-app

Repository files navigation

About

This app is developed for tracking rankings of leagues. You can simply enter team names of Home & Away, score and date which will then computes and displays result view sorting desc by date, modify or new entry of teams and finally list out all the teams with name, played, won, lost, drawn & total score.

Live Demo

The app is deployed in Heroku. Navigate to this live preview link.

Status

CircleCI Heroku

League Result App

This project was generated with Angular CLI version 12.0.3.

Development server

Run npm run start-dev for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files. Since we're using simple-table-lib library locally without publishing it into the npm, when this command runs, It'll first build a library and then serves the app.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. It will first build the simple-table-lib and then the app.

You can also run npm run build-lib which builds the library that has been used within the app. If you make changes on library, you need to rebuild or configure script with --watch flag so whenever you make changes on library, it runs the incremental builds and reflects the changes in app.

Running Formatter

Run npm run format to execute prettier formatter.

Running Linter

Run ng lint or npm run lint-fix to execute linter.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

About

Simple league resulting/ranking app of teams developed using Angular.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published