Skip to content
View ayush-seth's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report ayush-seth

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
ayush-seth/README.md

Hi 👋, I'm Ayush

A passionate frontend developer from India

ayush-seth

  • 🔭 I’m currently working on my portfolio website

  • 🌱 I’m currently learning trpc

  • 📫 How to reach me me@ayushseth.dev

  • ⚡ Fun fact I love to play the guitar and post covers on my Instagram and YouTube channel


Languages and Tools:

Visual Studio Code HTML5 CSS3 JavaScript TypeScript Angular RxJS Docker Git React jQuery p5js TailwindCSS Bootstrap Vite Figma


ayush-seth

ayush-seth

Pinned Loading

  1. query-hook-generator.ts query-hook-generator.ts
    1
    import { useAuth } from "@clerk/nextjs";
    2
    import { useQuery } from "@tanstack/react-query";
    3
    import { type ZodSchema } from "zod";
    4
    import { api } from "../utils";
    5
    
                  
  2. fractal-tree fractal-tree Public

    Takes an object oriented approach at generating a fractal tree using p5.js.

    JavaScript 4 3

  3. self-steering-car self-steering-car Public

    Self steering vehicle that implements Craig Reynold's steering behaviours algorithm to find it's path through various checkpoints

    JavaScript 1

  4. flee-and-seek flee-and-seek Public

    Implementation of Craig Reynold's "Flee" and "Seek" behaviours for animating some text where each letter is filled with individually controlled dots called vehicles

    JavaScript

  5. filtered-echarts filtered-echarts Public

    A small app that lets you filter data based on min and max of any column of a csv file that is plotted as a line chart to show the filtered data .

    TypeScript

  6. fm-age-calculator fm-age-calculator Public

    A solution to the Age calculator app challenge on Frontend Mentor

    TypeScript