Skip to content
View AkinAguda's full-sized avatar
  • Nigeria
Block or Report

Block or report AkinAguda

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

  1. fluid-simulation-rust fluid-simulation-rust Public

    A rewrite of my fluid simulation project entirely in Rust

    Rust 17 2

  2. playstation playstation Public

    Attempt at building out a PS4 UI concept

    TypeScript 21 2

  3. unop-react-dropdown unop-react-dropdown Public

    Unopinionated dropdown for react

    TypeScript 7 3

  4. bezier bezier Public

    This is my implementation of the de casteljau algorithm. It's a tool that allows you to draw bezier curves

    TypeScript 10

  5. vulcan vulcan Public

    Building a Website with only CSS

    SCSS 2

  6. A gradient color slider in the conte... A gradient color slider in the context of Next.js + Typescript + tailwind
    1
    "use client";
    2
    
                  
    3
    import { memo, useState } from "react";
    4
    
                  
    5
    import classes from "./colorSlider.module.css";