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

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


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

border-radius-previewer create-react-app css-in-js es6 javascript jss react typescript

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Border Radius Previewer Web App

That was a project idea that I took from the repository [App Ideas Collection](https://github.com/florinpop17/app-ideas)

## Live demo
See a live demo [here](https://border-radius-previewer.surge.sh/)

## Build With

* JSS(Js in CSS)
* HTML5
* CSS3
* TypeScript
* React
* Sweet Alert 2

## How to install

```
yarn
```

## How to use

Development server:
```
yarn start
```

Build:
```
yarn build
```