Skip to content
View debanjana's full-sized avatar

Block or report debanjana

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. angular-circles angular-circles Public

    A simple interactive UI to generate and select dots based on 3 parameters - Count , Selected , Radius

    TypeScript

  2. google-event-scheduler google-event-scheduler Public

    A Javascript App that gives a Single Page View of Calendar Events and allows creation of new events using the Google Calendar API.

    JavaScript 4

  3. medi-appointment medi-appointment Public

    This is a proof of concept for a medical appointment scheduling app that will help doctors schedule appointments for various kinds of services offered by them . The app also integrates with a third…

    TypeScript 2

  4. angular-pcf angular-pcf Public

    Angular-PCF is a project to demonstrate Angular features and utilize Gitlab's pipeline along with Cloud Founday to Build , Test and Deploy an Angular project.

    TypeScript 1

  5. gitlab-pipeline-clone gitlab-pipeline-clone Public

    This is a clone of the repo which would run Java spring template project on gitlab pipeline and deploy on Cloud Foundry

    Shell

  6. Promise and Observable in JS Promise and Observable in JS
    1
    
                  
    2
    import { Observable } from 'rxjs';
    3
    
                  
    4
    const observable = new Observable(observer => {
    5
      setTimeout(() => {