Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 714 Bytes

File metadata and controls

22 lines (15 loc) · 714 Bytes

Test Frontend assignment 2021

Create a mobile application using React Native that ZIPs images and videos from the gallery

Requirements

  1. User should be able to select 1 or many images or videos by clicking the "Choose Media" button
  2. While archiving, the progress bar should be shown to the user (with total percentage)
  3. When ZIP is ready, open a native share dialogue, for instance, the user should be able to upload ZIP archive it to his Dropbox account
  4. Please, use TypeScript and Redux

Pay attention to the following

  1. UI performance (progress bar should not freeze)
  2. Code structure
  3. Code quality

Next steps

  1. Fork this repository
  2. Implement functionality
  3. Create Pull Request