GithubHelp home page GithubHelp logo

andrico1234 / fika-frontend-exercise Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 22.0 7.22 MB

Fika frontend exercise

JavaScript 3.88% TypeScript 39.59% Starlark 2.82% Java 29.05% Ruby 3.97% Objective-C 20.69%

fika-frontend-exercise's Introduction

FikaSearch Exercise

The objective of this exercise is to fork this repository and create a react-native app called 'FikaSearch'. This app will comprise of a listing page of films and the names of their genres.

You have an hour to complete this. We don't expect you to complete the exercise but we do expect you to have an understandable structure, clean code, and to be able to describe your next steps.

Technical details

API

You will need to use the following URLs to fetch the films and genres from the movie db API:

movies - https://api.themoviedb.org/3/movie/now_playing?api_key=d432b933ecc6d5642d8d2befbc40c7ac&language=en-US&page=1

genres - https://api.themoviedb.org/3/genre/movie/list?api_key=d432b933ecc6d5642d8d2befbc40c7ac&language=en-US

Images

The API will provide part of the image url via the poster_path field of each film. It must be combined with the base image path https://image.tmdb.org/t/p/w500/

Have fun!

Review

fika-search.mov is a quick screencast of the application in action

What I completed

  • Got the React Native Application running on an iOS simulator
  • Implemented Navigation
  • Retrieved data from the server-side
  • Implemented the Fika Brand colours
  • Rendered the movies data as a list

What I didn't complete

  • Display the images as part of the poster_path.
  • I would have just used the <Image source={${basePath}${movie.image_path}} />
  • Improved layout
  • Testing on Android Simulator and Real Device

How I would've approached this if I was given more time

Given more time (or as part of a larger project) I would add/consider:

  • Detox testing + React Native Testing Library tests
  • Test on physical devices and different operating systems
  • Implement infinite scrolling/search features for the application. This would be done fairly easily via the React Query library
  • Personalised choices, via a questionnaire, choose movie via genre

How I would've approached this if it was a larger project

  • Implementing the Fika branding and tone of voice
  • Collaborate closely with the product department to understand the problem we're solving
  • Build a number of low-fidelity mockups to understand earlier on if we're acting against the business needs

fika-frontend-exercise's People

Contributors

alexstroukov avatar andrico1234 avatar

Watchers

 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.