An open API service indexing awesome lists of open source software.

https://github.com/kkrishguptaa/border-radius-previewer

Minimalistic Border Radius Previewer 💄
https://github.com/kkrishguptaa/border-radius-previewer

css html javascript static

Last synced: about 2 months ago
JSON representation

Minimalistic Border Radius Previewer 💄

Awesome Lists containing this project

README

        





Border Radius Previewer


Minimalistic Border Radius Previewer


View Deployed


## 📸 Screenshots

| Desktop | Mobile |
| --- | --- |
| ![Screenshot of the application, the page includes a heading "Border Radius Previewer", a textbox for input border radiuses and the output as a square element with the border-radius style](https://github.com/xkrishguptaa/border-radius-previewer/raw/main/assets/screenshots/desktop.png) | ![Screenshot of Border Radius Previewer On A Mobile Device To Showcase That It's Responsive](https://github.com/xkrishguptaa/border-radius-previewer/raw/main/assets/screenshots/mobile.png) |

## 🌟 Features

- [x] User can see a box which has a border-radius property applied to it
- [x] User can change the 4 border-radius values that are applied to the box (top-left, top-right, bottom-left, bottom-right)
- [x] User can copy the resulting CSS to the clipboard
- [x] User can change all 8 possible values of the border-radius in order to create a complex shape

## 💡 Origin

Details can be found => [xkrishguptaa/learning#3](https://github.com/xkrishguptaa/learning/issues/3), Adapted from [florinpop17/app-ideas](https://github.com/florinpop17/app-ideas/blob/master/Projects/1-Beginner/Border-Radius-Previewer.md)