Photoeditor
👨🏻🎨 ReactJS Photo Editor
Install / Use
/learn @vinniciusgomes/PhotoeditorREADME
<h1 align="center">
<img alt="photoeditor" title="PhotoEditor" src=".github/logo.png" width="150px" />
</h1>
<h4 align="center">
React Photo Editor 📷
</h4>
<p align="center">
<img alt="GitHub language count" src="https://img.shields.io/github/languages/count/vinniciusgomes/photoeditor">
<img alt="Repository size" src="https://img.shields.io/github/repo-size/vinniciusgomes/photoeditor">
<a href="https://github.com/vinniciusgomes/photoeditor/commits/master">
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/vinniciusgomes/photoeditor">
</a>
<a href="https://github.com/vinniciusgomes/photoeditor/issues">
<img alt="Repository issues" src="https://img.shields.io/github/issues/vinniciusgomes/photoeditor">
</a>
<img alt="License" src="https://img.shields.io/badge/license-MIT-brightgreen">
</p>
<p align="center">
<a href="#rocket-Technology">Technology</a> |
<a href="#-Project">Project</a> |
<a href="#-How-to-contribute">How to contribute</a> |
<a href="#memo-License">License</a>
</p>
<br>
<p align="center">
<img alt="Frontend" src=".github/mockup.png" width="100%">
</p>
<p align="center">
<img alt="Frontend" src=".github/1.png" width="100%">
</p>
<p align="center">
<img alt="Frontend" src=".github/2.png" width="100%">
</p>
<p align="center">
<img alt="Frontend" src=".github/3.png" width="100%">
</p>
: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
