Coder Social home page Coder Social logo

ali-fouad-task's Introduction

Ali Fouad Test

- ✅ Implemented the UI design, ensuring perfect similarity
     between the design and the implementation
- ✅ implemented GetX - my first time using it (was great)
- ✅ GetStorage for caching
- ✅ Dio and Http packages used both of them.
- ✅ MVC and Binding.
- ✅ Singelton Design Pattern for service storage instance.
- ✅ clean and reusable code.
- ✅ showing error & success alerts with GetX 
- ✅ Thoroughly documented the codebase for clarity and ease of understanding.

what if i had more time ?

- ⭐️ I would utilize Screen Util to make the UI adaptive and responsive, a technique I have
   employed numerous times before.
- ⭐️ I would enhance security by implementing measures to safeguard user tokens and private 
     data, thus making the app more secure.
- ⭐️ I would prioritize writing unit and widget tests to ensure robustness and reliability.
- ⭐️ I would ensure accessibility for individuals with hearing impairments, making the app
     more user-friendly for everyone.

Folder Structure

  • Binding
  • Controllers
  • Model
  • Views
.
├── core                                                    //common views & utility & constants
│   ├── constants
│   │   └── endpoints.dart
│   ├── storage_service.dart
│   ├── utility
│   │   ├── assets_data.dart
│   │   ├── colors_data.dart
│   │   ├── helper.dart
│   │   ├── strings_data.dart
│   │   └── themes.dart
│   └── views
│       ├── app_widget.dart
│       ├── loading_indicator.dart
│       ├── routes
│       │   └── routes.dart
│       └── snakbars.dart
├── features
│   ├── auth
│   │   ├── landing
│   │   │   └── views
│   │   │       └── landing_view.dart
│   │   ├── login
│   │   │   ├── controllers
│   │   │   │   └── login_controller.dart
│   │   │   └── views
│   │   │       └── login_view.dart
│   │   └── register
│   │       ├── controllers
│   │       │   └── register_controller.dart
│   │       └── views
│   │           └── register_view.dart
│   ├── binding                                            //Binding - Dependency injection
│   │   └── app_binding.dart
│   ├── change_password
│   │   ├── controllers
│   │   │   └── change_pass_controller.dart
│   │   └── views
│   │       └── change_pass_view.dart
│   ├── core                                                //common models & views & controllers
│   │   ├── models
│   │   │   └── user_model.dart
│   │   └── views
│   │       └── widgets
│   │           ├── logo_with_title.dart
│   │           ├── main_button.dart
│   │           └── text_field.dart
│   ├── home
│   │   ├── controllers
│   │   │   ├── delete_user_controller.dart
│   │   │   └── home_controller.dart
│   │   └── views
│   │       ├── home_view.dart
│   │       └── widgets
│   │           ├── home_item.dart
│   │           └── info_item.dart
│   ├── splash
│   │   └── views
│   │       └── splash_view.dart
│   └── update_user
│       ├── controllers
│       │   └── update_user_controller.dart
│       └── views
│           └── update_view.dart
└── main.dart

1 2 3 4) 5 6 7

ali-fouad-task's People

Contributors

bilalelsayed97 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.