Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.69 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.69 KB

Auzmor Technical Assesment

Video.mp4
Assignmnet

A mobile app to check for Trainings offered.

Your challenge is to implement a mobile app using Flutter (Dart), let’s call it My Trainings App. This will be used by the Users to discover trainings that they are interested in.

Your code will be judged primarily on:

  1. Performance: Ability for the user to perform operations intuitively and the speed in which the screen transitions/actions happen

  2. Coding style: Code design and structure. Abstraction and componentization. And in general, cleanliness of code.

  3. Correctness (goes without saying!)

You need to implement the following:

Screenshot 2025-01-13 at 11 08 43 PM Screenshot 2025-01-13 at 11 08 52 PM

Two general notes:

  1. Your code MUST be in working condition
  2. You will need to provide running instructions

Prerequisite

Features

  • A swipe carousel to highlight training options.
  • Filter functionality (location, training name, and trainer name).
  • A vertically scrollable list of trainings.
  • A detailed full-screen view for training information when clicked.

That's it. Have fun!