https://github.com/vinniciusgomes/photoeditor
👨🏻🎨 ReactJS Photo Editor
https://github.com/vinniciusgomes/photoeditor
lottie material-ui react react-dnd react-photoeditor redux
Last synced: 4 months ago
JSON representation
👨🏻🎨 ReactJS Photo Editor
- Host: GitHub
- URL: https://github.com/vinniciusgomes/photoeditor
- Owner: vinniciusgomes
- License: mit
- Created: 2020-05-22T19:39:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-11T13:54:17.000Z (almost 4 years ago)
- Last Synced: 2025-04-19T03:07:13.232Z (6 months ago)
- Topics: lottie, material-ui, react, react-dnd, react-photoeditor, redux
- Language: JavaScript
- Homepage: https://photoeditor.vinniciusgomes.dev/
- Size: 5.29 MB
- Stars: 27
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
React Photo Editor 📷
![]()
Technology |
Project |
How to contribute |
License
![]()
![]()
![]()
![]()
## :rocket: Technology
This project was developed with the following technologies:
- [Node.js](https://nodejs.org/en/)
- [ReactJS](https://reactjs.org)Libs:
- [EditorConfig](https://editorconfig.org/)
- [ESLint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [Lottie](https://airbnb.design/lottie/)
- [Redux](https://redux.js.org/)
- [React DnD](https://react-dnd.github.io/react-dnd/)
- [Material UI](https://material-ui.com/)## 💻 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](LICENSE.md) for more details.
---
Made with ♥ by Vinnicius Gomes