This example demonstrates how to upload and crop an image using Remix JS, a powerful framework for building modern web applications. By following these steps, you can integrate image uploading and cropping into your Remix JS projects.
This project utilizes the following packages and libraries:
-
bun: A package manager used to install and manage project dependencies.
-
shadcn/ui:Re-usable components built using Radix UI and Tailwind CSS. This is NOT a component library. It's a collection of re-usable components that you can copy and paste into your apps.
-
Tailwind CSS: A popular utility-first CSS framework for designing web interfaces.
We welcome contributions from the community to improve this example. If you have any suggestions, bug reports, or want to collaborate, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Your commit message"
- Push your changes to your fork:
git push origin feature-name
- Open a pull request on the original repository.
For more Remix JS resources and tutorials, visit the Official Remix JS Brasil YouTube channel.
This project is licensed under the MIT License - see the LICENSE.md file for details.