Welcome to the Custom Blob Generator! This React-based application allows users to generate and customize blobs with dynamic shapes, colors, and gradients. It is built using React.js, Chakra UI, and Tailwind CSS, with context management provided by React Context API.
- 🎨 Blob Customization: Adjust blob shapes, colors, opacity, gradients, randomness, and complexity in real-time.
- 🔄 Random Blob Generator: Generate new random blobs with the click of a button.
- 🌈 Gradient Support: Choose between solid colors or beautiful gradients for your blobs.
- ⚡ Real-Time Preview: Instant preview of your customized blobs on the left panel.
- React.js + Vite
- Chakra UI
- Tailwind CSS
- React Context API
- [React Blobshape Package]
You can try the live demo (https://ujwalgarg-custom-blob-generator.netlify.app/).
To get a local copy up and running, follow these simple steps:
-
Clone the repository:
git clone https://github.com/your-username/custom-blob-generator.git
-
Navigate to the project directory:
cd custom-blob-generator
-
Install dependencies:
npm install
-
Running the Application:
npm run dev
This will open the app in your default browser at http://localhost:3000/.