AI Logo Maker is a web app that generates logos based on text inputs. The app is built using React and TailwindCSS.
- Easy to use interface for generating logos
- Customizable colors and fonts for the logo
- Generate up to 9 logos at once
- View the logos as they are generated
- Go to https://ai-logo-maker.netlify.app/
- Enter your brand name and slogan in the input fields
- Choose your preferred colors and fonts for the logo
- Click the "Generate Logos" button
- View the generated logos as they are shown below the button
If you're interested in contributing to AI Logo Maker, check out the contributing guidelines.
- Clone the repository
git clone https://github.com/nameiswaleed/ai-logo-maker.git
- Change into the project directory
cd ai-logo-maker
- Install dependencies
npm install
oryarn
- Start the development server
npm run start
oryarn start
- The app should be running at http://localhost:5173/
This project is licensed under the MIT License - see the LICENSE file for details.