Skip to content
View afsar-dev's full-sized avatar
πŸ”Ž
Coding....
πŸ”Ž
Coding....

Block or report afsar-dev

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
afsar-dev/README.md
class Developer {
  name = "Md Afsar Mahmud";
  role = "Fullstack Developer";
  projects = ["Bookify", "Nur UI"];
  openSource = true;
  contentCreator = true

  sayHi(): void {
    console.log("Check out my projects and contributions below.");
  }
}

const me = new Developer();
me.sayHi();

πŸ“ˆ Current Stats


πŸ›  Tech Stack

Frontend Backend Database Others

Pinned Loading

  1. Nurui Nurui Public

    πŸ”₯πŸ’― Nur UI is a modern React and Next.js based UI component library. It streamlines front-end development with powerful features like CLI scaffolding, automatic TypeScript-to-JavaScript conversion, …

    TypeScript 329 38

  2. Library-management-server Library-management-server Public

    The Library API uses Express, TypeScript, and Mongoose to manage books and borrowing with validation, unique ISBNs, and aggregation.

    TypeScript 1

  3. Bookify Bookify Public

    It is a book exchange web app that allows users to easily exchange single or multiple books with others.

    JavaScript 2

  4. Library-management-client Library-management-client Public

    Libra is a minimal Library Management System built with React, TypeScript, and Redux Toolkit Query, allowing users to view, create, edit, delete, and borrow books without authentication or complex …

    TypeScript 1