Skip to content

charan2628/TopCoderChallengeNotifierFrontend

Repository files navigation

TopCoder Challenge Notifier FrontEnd

License

FrontEnd for TopCoder Challenge Notifier Backend.

TRY IT OUT https://custom-built.dev/app/tpcn

Framework: Angular.

Usage

  • Add Tags to filter out challenges.

  • Update notification time

  • Unsubscribe from notifications by clicking un-schedule link in dashboard.

Responsive web design

Setup

  • Make sure you have @angular/cli npm package installed globally.
npm install -g @angular/cli

Installation

npm install
ng serve
  • To build
ng build --prod