photoeditor
photoeditor copied to clipboard
👨🏻🎨 ReactJS Photo Editor
React Photo Editor 📷
Technology | Project | How to contribute | License
:rocket: Technology
This project was developed with the following technologies:
Libs:
💻 Project
This project came about during an academic work on Digital Image Processing. One idea is to build a photo editor on the Web. ReactJS was chosen for the development of the front end for reasons of greater knowledge of lib.
See project: https://vinniciusgomes.dev
🤔 How to contribute
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.
After the merge of your pull request is done, you can delete your branch.
:memo: License
This project is under the MIT license. See the file LICENSE for more details.
Made with ♥ by Vinnicius Gomes