Welcome to the CSS Utility Generators project! This repository contains multiple CSS utility generators designed to help developers quickly and easily create various CSS properties. So far, we have implemented a Box Shadow Generator and a Border Radius Generator.
CSS Utility Generators is a collection of tools designed to generate CSS code for common properties. These tools aim to simplify the process of creating CSS styles by providing an intuitive interface for generating code snippets.
- Border Radius Generator: Generate border-radius values for creating rounded corners. Control each corner individually or uniformly.
- Box Shadow Generator: Create custom box shadows with ease. Adjust properties such as offset, blur, spread, and color.
Check out the video tutorial of the CSS Utility Generators https://www.youtube.com/watch?v=h-esmacCZrk&list=PLtUG3cTN2la0HqOZX4ZNLQPcJOaaoLfif
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/gkhan205/css-utility-generator cd css-utility-generators
-
Install dependencies:
npm install
-
Run the development server:
npm start
The app will be available at
http://localhost:3000
.
- Navigate to the Border Radius Generator section.
- Adjust the sliders or input fields for the top-left, top-right, bottom-left, and bottom-right radius values.
- Copy the generated CSS code from the output area.
- Navigate to the Box Shadow Generator section.
- Adjust the sliders or input fields for properties such as offset-x, offset-y, blur radius, spread radius, and color.
- Copy the generated CSS code from the output area.
Contributions are welcome! If you have ideas for new features or improvements, feel free to open an issue or submit a pull request.
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes and commit them:
git commit -m 'Add some feature'
-
Push to the branch:
git push origin feature/your-feature-name
-
Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.