Skip to content
View bogdankatoula's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report bogdankatoula

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

Popular repositories

  1. HTML-CSS-HarleyDavidson HTML-CSS-HarleyDavidson Public

    Static website using HTML5 & CSS3: BEM, :hover and :focus, ::after, positioning relative, absolute and sticky, navbar with text on one side, icons on another and logo, svg, display:flex, width calc…

    HTML

  2. javascript_exercises javascript_exercises Public

    Javascript practice: variables, operators, arrays, conditionals, loops, methods, dom, events, arrow-functions, destructuring, spread-operators, map, filter, find, reduce, callbacks, fetch, async-await

    JavaScript

  3. to-do-list to-do-list Public

    You can type and add tasks to the list and remove them one by one once completed. It takes the value from the input when you add a new task. Used trim to avoid empty spaces. It shows a text "all ta…

    SCSS

  4. name-nationalities name-nationalities Public

    Type a name, and it will tell you the chances and the country it origin's is. Also will show a total count of that name. Each time you search, it will remove previous results. It won't allow you to…

    JavaScript

  5. dragon-ball dragon-ball Public

    Run the json-server --watch exercise-4.json to be able to interact with the website. You click on each planet and it only shows characters from that planet. When you click on a character, it shows …

    JavaScript

  6. add-elements-from-api add-elements-from-api Public

    Using Javasript, each time you click on "Call a character", we get access to the API and generate one by one the elements by API's sort order. It also generates a remove button for each element.

    JavaScript