DESCRIPTION:
Cross-Platform mobile app to photoshop with friends simultaneously
React Native/Javascript for front-end, Node.js for back-end
Create and join private rooms to photoshop photos with friends in real time
Incorporated React Native OpenGL package to realize photoshopping functions such as contrast, saturation, etc.
Utilized Socket.io to achieve fast multi-users real time communication for photo editing
SIMPLE INSTALLATION:
Need to have node, npm installed;
Go to node-backend folder, node start or nodemon(after npm install nodemon) socket.js to run back-end;
Go to BeautySharer folder, npm install, and execute "react-native run-ios" to start a simulator;
IMAGES: