/app-icon-generator-website

A modern web application for generating Android app icons of various sizes. Built with React and Vite, and uses the Fabric.js library for image manipulation.

Primary LanguageJavaScriptMIT LicenseMIT

App Icon Generator

LICENSE GitHub version PR:s Welcome

A modern web application for generating app icons of various sizes. Built with React and Vite, and uses the Fabric.js library for image manipulation.

App Icon Generator Website

Table of Contents

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the repository
  2. Clone the repository to your local machine git clone https://github.com/<your-username>/app-icon-generator-website.git

Replace with your GitHub username.

  1. Change directory to the project directory cd app-icon-generator-website
  2. Install necessary dependencies npm install
  3. Make sure you have Vite installed globally npm install -g create-vite
  4. To start the development server, run npm run dev
  5. Create your Feature Branch git switch -c feature (Replace the feature placeholder with your new feature)
  6. Make your changes in code
  7. Add your changes git add name-of-the-changed-file
  8. Commit your Changes git commit -m 'Add new feature'
  9. Push to the Branch git push origin feature
  10. Open a Pull Request

For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

Also, please read our Contributing Guidelines for more information.

Questions

If you have any questions about the repo, open an issue or contact me directly at niko.hoffren@gmail.com.

License

This project is licensed under the MIT license.