ImageCrafty is a simple image generator project built with Next.js and Tailwind CSS, utilizing the Image Generator API for generating dynamic images.
You can preview the live version of ImageCrafty here.
To get started with ImageCrafty, follow these steps:
Clone this repository to your local machine:
git clone https://github.com/<your-username>/ImageCrafty.git
Install dependencies:
cd imagecrafty
npm install
Run the development server:
npm run dev
Open your browser and navigate to http://localhost:3000
to view ImageCrafty in action.
Once the development server is running, you can start using ImageCrafty to generate images. Simply navigate to the appropriate route in your browser or link to it from within your application.
Contributions to ImageCrafty are welcome! To contribute, follow these steps:
This project is licensed under the MIT License.