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
- Host: GitHub
- URL: https://github.com/rodrigowebdev/border-radius-previewer
- Owner: RodrigoWebDev
- Created: 2020-03-15T02:07:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:05:12.000Z (about 3 years ago)
- Last Synced: 2024-12-28T01:47:17.884Z (about 1 year ago)
- Topics: border-radius-previewer, create-react-app, css-in-js, es6, javascript, jss, react, typescript
- Language: CSS
- Homepage: https://border-radius-previewer.surge.sh/
- Size: 3.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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
```