aftabnaqvi / RottenTomatoes

iOS Codepath bootcamp
0 stars 0 forks source link

RottenTomatoes is ready for review #1

Open aftabnaqvi opened 9 years ago

aftabnaqvi commented 9 years ago

@codepathreview @timothy1ee

I implemented all required and optional features. Please review it.

Thanks, -Syed

aftabnaqvi commented 9 years ago

@codepathreview

dirkdk commented 9 years ago

looking good!

Have a look at the Markdown syntax, if you follow it correctly Github will show some neat checkboxes

https://github.com/blog/1375%0A-task-lists-in-gfm-issues-pulls-comments

And this was the example readme http://courses.codepath.com/courses/intro_to_ios/pages/rotten_tomatoes_readme

aftabnaqvi commented 9 years ago

@dirkdk Thanks for reviewing the code. Also, I updated the readme as you suggested.

Thanks, -Syed

codepathreview commented 9 years ago

:+1: nice work. The point of this homework was to explore a simple example of a full MVC application with a RESTful API. For each point in the homework feedback checklist, I'll either confirm that you're on the right track with the implementation, or I'll provide some feedback:

In general, you should challenge yourself to create visually polished applications. That's where you'll find all the rough edges of the iOS framework and earn the next level of mastery.

-- dirk