Skip to content
View manuelbosi's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report manuelbosi

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

ABOUT

type Person = {
  firstName: string;
  lastName: string;
  age: number;
}

const me: Person = {
  firstName: "Manuel",
  lastName: "Bosi",
  age: 27
}

IDE

image image

Frontend

image image image image
image image image image image image image
image image
image image image
image image
image image image image

Backend

image image image
image image

Popular repositories Loading

  1. manuelbosi manuelbosi Public

  2. rss-reader rss-reader Public

    Read rss feeds from the website of Ministry of Economic Development.

    Dart

  3. lamp-installer lamp-installer Public

    Install and configure a lamp stack in a fastest way.

    Shell

  4. shopping-list shopping-list Public

    Simple app to manage shopping lists in our family.

    Dart

  5. mantine mantine Public

    Forked from mantinedev/mantine

    A fully featured React components library

    TypeScript