An open API service indexing awesome lists of open source software.

https://github.com/moak13/coolmovies-mobile

A simple movies application interfacing with a locally hosted graphql server
https://github.com/moak13/coolmovies-mobile

cached-network-images connectivity-plus equatable flutter-app flutter-bloc get-it logger mocktail sharedpreferences

Last synced: about 2 months ago
JSON representation

A simple movies application interfacing with a locally hosted graphql server

Awesome Lists containing this project

README

        

# Coolmovies mobile challenge

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 with the [`graphql_flutter`](https://pub.dev/packages/graphql_flutter) package. We recommend that you work on an emulator only, there's no need to test your application in a real device. Please use the [`flutter_bloc`](https://pub.dev/packages/flutter_bloc) package for state management.

## Acceptance Criteria

**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:

1. List all the available movies, showing at least the title
2. Tapping on a movie must open a view page presenting all the available information to the user
3. Each movie page must display all its reviews
4. Each review should consist of (at least): title, body and stars (1-5)
5. The user should be able to create new reviews

## Plus
Consider adding the features below if you feel confortable and have the time

- user should be able to see the reviews and the movies even if offline
- user should be able to create reviews offline and sync them when online

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!