Skip to content
View OndrejHj04's full-sized avatar
🍺
blowing bubbles
🍺
blowing bubbles

Highlights

  • Pro

Block or report OndrejHj04

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
OndrejHj04/README.md
const me: {name: string, age: number, nationality: string, languages: languages[], sports: sports[], job: any} = {
    name: "Ondřej Hájek",
    age: 19,
    nationality: "Czech",
    languages: ["Czech", "English", "German"],
    sports: ["Football", "Swimming", "Darts"],
    job: "FUZE Technology"
};

const techstack: {code: string[], tools: string[], favouriteReactLibraries: string[]} = {
  code: ["Javascript", "Typescript", "Python"],
  tools: ["React", "NextJs", "Tailwind", "Bootstrap", "Express.js"],
  favouriteReactLibraries: ["Material-UI", "ReactHookForm", "Redux", "Moment.js"]
}



const contact: { email: string; linkedin: string, discord: string, steam: string } = {
  email: "[email protected]",
  linkedin: "https://www.linkedin.com/in/ond%C5%99ej-h%C3%A1jek-600527206/",
  discord: "ondrejhj04",
  steam: "https://steamcommunity.com/profiles/76561198152899592"
};

Pinned Loading

  1. rezervak-gjkt rezervak-gjkt Public

    Reservation system for a school cottage

    TypeScript 3

  2. stock stock Public

    Stock trading game for a summer camp.

    JavaScript 1

  3. reservation-calendar-v2.0 reservation-calendar-v2.0 Public

    TypeScript 2

  4. Casino-Clicker Casino-Clicker Public

    Small python game from IT classes in high school.

    Python 2 4