Skip to content

Instantly share code, notes, and snippets.

View roman-rr's full-sized avatar
🎯
Focus

Roman Antonov roman-rr

🎯
Focus
View GitHub Profile
@roman-rr
roman-rr / circle-progress.md
Last active October 1, 2020 17:26
Circle progress component with scss and html

Circle progress component with scss and html. Supported by all browsers and platforms.

<div class="app-progress">
  <svg>
    <circle  cx="25" r="21" cy="25" class="progress-ring done-{{VALUE}}"/>
  </svg>
</div>
@roman-rr
roman-rr / experttrialproject.md
Last active November 28, 2019 23:51
JavaScript Expert Code Review

Review Mastered: Roman Antonov

List sorted: Best -> Worst


Sohel-rana (gist)

Good readable code, but can write better if know new standarts.

> Good practice (10)