Welcome to the Social Media Image Generator! This application helps users create Instagram advertisements by searching for images from the Unsplash API and selecting templates for their business.
The Social Media Image Generator is designed to help users quickly create Instagram ads. Users can search for images by category or keyword, select from a list of templates, and generate posts ready to be published on Instagram.
- Search for images using the Unsplash API
- Select and preview images in a template
- Generate Instagram-ready posts
- Environment-specific configurations for development, staging, and production
- Clone the repository:
git clone https://github.com/yourusername/social-media-image-generator.git
cd social-media-image-generator
- Install dependencies:
npm install
- Start the development server:
ng serve
The app will be available at http://localhost:4200.
- Fork the repository
- Create a new branch (git checkout -b feature/your-feature)
- Make your changes
- Commit your changes (git commit -m 'Add some feature')
- Push to the branch (git push origin feature/your-feature)
- Create a pull request