Skip to content
View bhszewczyk's full-sized avatar
Block or Report

Block or report bhszewczyk

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

Hello Everyone!

I am a junior frontend developer. Every day I challenge myself to learn something new. Always with the company of my two corgis.

Excited corgi

const aboutMe = {
  firstName: 'Barbara',
  lastName: 'Darowska',
  skills: 
    [
      'Web development', 
      'Process improvement', 
      'Providing training',
      'Team collaboration'
    ],
  programing: 
    [ 
      'JavaScript',
      'TypeScript',
      'HTML', 
      'CSS', 
      'Sass', 
      'React'
    ],
  learning: 
    [      
      'node.js', 
      'express',
      'nestjs',
      'java'
    ],
  languages: 
    [
      'English',
      'Polish (native)'
    ],
  hobbies: 
    [
      'Crocheting', 
      'Knitting', 
      'Gaming', 
      'Books'
    ],
};

Connect with me:

bdarowska

Pinned

  1. Natours Natours Public

    SCSS

  2. Omnifood Omnifood Public

    HTML

  3. class-components class-components Public

    JavaScript

  4. order-meal-app order-meal-app Public

    Created during the udemy course by Academind

    JavaScript

  5. book-storage book-storage Public

    Project made to practice node.js, express and REST routes

    EJS

  6. pokedex pokedex Public

    Pokedex app for 1st generation, working with pokeapi.co; working with local storage to make it fast, working with async await and Promise.all

    JavaScript