Skip to content
View ajitzero's full-sized avatar
✍️
Write, sketch, design.
✍️
Write, sketch, design.

Organizations

@vivaann @codehackathon @TEDxYouth-VarunBeach

Block or report ajitzero

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
ajitzero/readme.md

Software Engineer + Designer, based in India.

Passionate about well-designed experiencesdigital, or otherwise.

Home · Peerlist · LinkedIn · Sponsors

Pinned Loading

  1. spartan-ng/spartan spartan-ng/spartan Public

    Cutting-edge tools powering Angular full-stack development.

    TypeScript 2.1k 219

  2. ng-auto-animate ng-auto-animate Public

    Zero-config, drop-in animation utility for smooth transitions. FormKit's Auto Animate as an Angular Directive.

    TypeScript 12 4

  3. ng-vz ng-vz Public

    Composable Angular directives for visualisations. Porting from Recharts (now) & airbnb/visx (eventually?)

    TypeScript 2

  4. mailto-link-builder mailto-link-builder Public

    Make your `mailto:` link quickly. CodePen, with Vue 2.

    Vue 7 3

  5. File-based routing for express File-based routing for express
    1
    /**
    2
     * Inside "src/routes" directory
    3
     */
    4
    const express = require('express');
    5
    const router = express.Router();
  6. nx libs.md nx libs.md
    1
    ```mermaid
    2
    graph TD
    3
      feat --> data-access
    4
      feat --> ui
    5
      feat --> type