backeseduardo / border-radius-previewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Border-radius Previewer

It's a border-radius visualizer

Idea from: app-ideas

The border-radius property can have multiple values changed. Preview how the shape looks while changing these values.

User Stories

  • User can see a box which has a border-radius property applied to it
  • User can change the 4 border-radius values that are applied to the box (top-left, top-right, bottom-left, bottom-right)
  • User can copy the resulting CSS to the clipboard
  • User should see a feed back when CSS is copied to the clipboard

Bonus features

  • User can change all 8 possible values of the border-radius in order to create a complex shape

Useful links and resources

Example projects

How to run

Simple run: $ yarn && yarn start

About


Languages

Language:JavaScript 70.8%Language:CSS 24.1%Language:HTML 5.1%