- Provide a gallery view of all previously uploaded images.
-
on mobile & tablet
button which will prompt you to either access the camera and take a pic or select from files on device. -
on desktop
drag image to page to upload or click on a button which allows selection of multiple files on device. - It would be nice if UI could handle rotation on devices.
Powered by React. Inside project folder, you can run frontend by typing:
$ npm start
NodeJS with express. Inside project folder, you can run backend by typing:
$ node ./server/bootstrap.js
In order to use Gallerie correctly, assure both backend and frontend are running.
Inside project folder, you can run tests by typing:
$ npm test