Giter VIP home page Giter VIP logo

inetafrica-interview's Introduction

iNetAfrica - Interview

Description

Building a simple Flutter application that demonstrates your ability to create a complete and polished mobile app. We want to see how you integrate with an open-source API and how you structure and document your code. We would also like you to provide a brief document that describes your app idea, any challenges you faced during development, and your approach to solving them.

To download click this link

Main documentation for the app

iNetAfrica Interview Test.

Mid-Level Developer Pre-screening test

Timeline: 7 days

Project Requirements

  1. The application should be built using the Flutter framework.
  2. The application should integrate with an open-source API.
  3. The application should be functional and demonstrate your ability to create a complete and polished mobile app.
  4. You should provide clear and concise documentation of your code.
  5. You should provide a brief document describing your app idea, any challenges you faced, and your approach to solving them.
  6. You should submit the code through a GitHub repository link.
  7. You should include screenshots of the application.
  8. You should also include an APK file for testing purposes.

Quick Start

This is a normal flutter app. You should follow the instructions in the official documentation. This project uses BLoC (business logic component) BLoC to separate the business logic with UI itself.

Getting Started

This application is using api of themoviedb, so before using it you have to create an api from themoviedb and generate an API and apply it to this application, follow the below step to connect api with this app.

First go to https://www.themoviedb.org/documentation/api, and follow the API Documentation, you will get the API Code.

Modularization Structure ๐Ÿ”ฅ

Root Project

.
โ”‚   
|
โ””โ”€โ”€ lib                        # Name of module (default from Flutter).
    |โ”€โ”€ core                   # Name of module.
    |โ”€โ”€ data                   # Network calls.
    โ”œโ”€โ”€ presentations          # Activity/View layer
    โ”‚   โ”œโ”€โ”€ bloc               # Business logic component.
    โ”œโ”€โ”€ theme                  # App styling themes.
    โ”œโ”€โ”€ widget                 # Styles for app.

Built With ๐Ÿ› 

How to run the App

  1. Clone this project.
  2. Open with your favorite tools editor.
  3. Run Pub get on each module sequentially starting from dependencies, core, shared, and your root project to generated pubspec.lock file.
  4. Add your API_KEY into api_constant.dart file.

Project Screenshots

  • Projects starts from the splash screen and goes to the login page
    Splash screen Registartion screen Login Screen
  • Projects moves to the home page
    Upcoming Movie screen Coming Soon Movie screen Top Rated Screen
  • Search and Details screen
    Details Screen Search movie screen

Thank you iNetAfrica

I'd like to thank iNetAfrica, and every single individual that helped in bringing this learning experience. Thank you!

inetafrica-interview's People

Contributors

collins-swai 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.