The Border-radius Previewer is a web application built with Vue.js and Tailwind CSS that allows users to preview and generate CSS code for border-radius values. Users can input different border-radius values for each corner of a box and see the live preview of the shape.
src/App.vue
: Vue Page containing the main functionality and UI elements of the Border-radius Previewer.src/styles/main.css
: Tailwind CSS file for styling the components.src/main.ts
: Main entry point for the Vue.js application setup.index.html
: HTML file containing the app's main structure and dependencies.Clone the GitHub repository:
git clone https://github.com/ekunemmanuel/border-radius-previewer.git
Navigate to the project directory:
cd border-radius-previewer
Install dependencies:
npm install
Run the development server:
npm run serve
Open your browser and visit http://localhost:8080 to view the app.
Contributions are welcome! Feel free to open issues or pull requests for any enhancements or bug fixes.
This project is licensed under the MIT License - see the LICENSE file for details.