GithubHelp home page GithubHelp logo

bohdan462 / ios-sprint-challenge-random-users Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bloominstituteoftechnology/ios-sprint-challenge-random-users

0.0 1.0 0.0 604 KB

Swift 100.00%

ios-sprint-challenge-random-users's Introduction

Random Users

Instructions

Please read this entire README to make sure you understand what is expected of you before you begin.

This sprint challenge is designed to ensure that you are competent with the concepts taught throughout Intermediate Swift.

Begin by forking this repository. Clone your forked repository to your machine. Use the provided Xcode project in the repository. It includes ConcurrentOperation for you to use, as well as a placeholder Lambda logo image you can use if you'd like. Commit as appropriate while you work. Push your final project to GitHub, then create a pull request back to this original repository.

You will have 3 hours to complete this sprint challenge

If you have any questions about the project requirements or expectations, ask your PM or instructor. Good luck!

Screen Recording

Please view the screen recordings so you will know what your finished project should look like:

randomusers

(The gif is fairly large in size. It may take a few seconds for it to appear)

Requirements

The goal of this challenge is to build a simple "contact manager" app driven by the randomuser.me API. The randomuser.me API provides lists of random, fake people on demand. See the documentation for full information. In short, do a GET request to https://randomuser.me/api/?format=json&inc=name,email,phone,picture&results=1000 to get JSON with results back. You can change the results URL query parameter to control the number of users you get back (max is 5000).

The requirements for this project are as follows:

  1. Your main view controller should display a table view with loaded users.
  2. Each table view cell must display the user's (thumbnail) image and their name.
  3. The app must fetch and display at least 1000 users. You may include more if desired. You can also add a button to continue loading more users if you'd like (not required).
  4. Tapping a user should display a detail view with their full-size image and details including name, phone number, and email address.
  5. Your app must fetch images on-demand as the corresponding row is scrolled on screen.
  6. It must cancel no-longer-needed fetches as rows scroll off screen.
  7. Scrolling must be smooth and responsive regardless of the number of loaded users.
  8. You must implement a generic Cache to cache already-fetched thumbnail and fullsize images. Cache must be thread-safe.

ios-sprint-challenge-random-users's People

Contributors

armadsen avatar bohdan462 avatar paulsolt avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.