Design inspired by: https://www.behance.net/gallery/182571289/Movie-Review-App-UI-UX-Case-Study?tracking_source=search_projects|Movie+Review+App&l=36&
All credits reserved to: Deenathayalan V
You have to add the cool movies review feature to the existing coolmovies-mobile
.
This folder contains a basic Flutter application with some example callbacks.
We've setup GraphQL for you. We recommend that you work on an emulator only, there's no need to test your application in a real device.
You will be evaluated on your UI/UX as we believe this is an important skill to have.
You also will be evaluated based on your architectural choices.
We suggest that you submit the assessment not later than a week span.
DO NOT USE EXISTING TEMPLATES. You can copy the design but not the code, we have to evaluate you by your coding skills.
For your solution to be accepted it is required that your application is able to:
- List all the available movies, showing at least the title
- Tapping on a movie must open a view page presenting all the available information to the user
- Each movie page must display all its reviews
- Each review should consist of (at least): title, body and stars (1-5)
- The user should be able to create new reviews
- The user should be able to delete their own reviews in online mode only
Consider adding the features below if you feel confortable and have the time
- Unit tests
Anything else is up to you (animations, assets, 3rd party dependencies, etc). We will consider all your additions so don't stick to the minimum!
Good luck!