FrontEnd for TopCoder Challenge Notifier Backend.
TRY IT OUT https://custom-built.dev/app/tpcn
Framework: Angular.
- Add Tags to filter out challenges.
- Update notification time
- Unsubscribe from notifications by clicking un-schedule link in dashboard.
- Make sure you have
@angular/cli
npm package installed globally.
npm install -g @angular/cli
npm install
- Update
apiUrl
in environment.prod.ts and environment.ts to point it to backend server. - To serve locally
ng serve
- To build
ng build --prod