Skip to content

Dorahan/CodePath_Week_1_Assignment_Dropbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodePath - Week 1 Assignment - Dropbox

CodePath Assignment

This assignments task was to recreate some of the behaviors of the Dropbox app.

Time spent: 16 hours in total

Completed user stories:

  • User can tap through the 3 welcome screens.
  • User can follow the create user flow.
    • On the create user form, the user can tap the back button to go to the page where they can sign in or create an account.
    • Before creating the account, user can choose to read the terms of service.
    • After creating the account, user can view the placeholders for Files, Photos, and Favorites as well as the Settings screen.
    • User can log out from the Settings screen.
  • User can follow the sign in flow.
    • User can tap the area for "Having trouble signing in?"
    • User can log out from the Settings screen.
  • Optional: Add a detail view for one of the files and implement favoriting the file. Configure a Button
  • Optional: Add UITextFields for the forms so you can actually type in them and handle dismissing the keyboard. Dismissing the Keyboard
  • (Personal additions): To be able to create account, all the textfields have to be filled and write a strong password (meaning more than 4 characters). To be able to sign in, all textfields have to be filled.
  • Optional: You should be able to swipe through the welcome screens instead of just tapping them.
  • Notes:

    Putting together the required tasks took less time compared to the time I spent trying to figure out how to implement few extras because I didn't want to use screenshots of UI. I tried to create the real functionality of parts of the flow, for example using UIAlertController.

    Walkthrough of all user stories:

    Image of Dropbox

    Optional task: Favoriting a file

    Image of Dropbox_additional

    About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages