Giter Site home page Giter Site logo

application-angular's Introduction

Welcome

Glad to see your first interview went well! This is the starter app for our programming test. Below is some information, you'll get the rest of the info and your specific assignment at the time of your appointment, but it is good to clone the code and get a head start.

Getting Started

The following steps are required to get started:

  1. Clone the project: (git clone [email protected]:conclusion-digital-cx/application-angular.git)

  2. Install dependencies: (yarn install)

  3. Run the project: (ng serve)

Some Info

This is a very basic app, we've included bootstrap for the CSS styles, but we haven't included jquery or any of the other dependencies Bootstrap requires. Please know that you will get a warning when installing the application, but that's fine. We're only importing the main bootstrap CSS :)

Instructions

  1. Actually fetch data. Use https://randomuser.me/api/?results=500 to fetch 500 random users
  2. Show the correct data in the component
  3. Implement searching based on first and last name
  4. Implement filtering for Nationalities AU, BR, CA, CH, DE, DK, ES, FI, FR, GB, IE, IR, NO, NL, NZ, TR, US
  5. Implement filtering for Gender male / female
  • The searching should be implemented as OR (as in, first OR lastname). Whereas the combination of search and the two filters should be AND.
  • You may add dependencies things that will fit your way of working. However, things should remain to be in a functional style, Pure and Immutable
  • You may refactor things to suit your style, however, if you think about fully refactoring / putting things into subcomponents and that will take you loads of time, you may also leave comments in the code to acknowledge the plan.
  • All the above should be statefull. Imagine this application to be bigger and this to be a place you can search for people and click them (you don't need to implement that). This means that you should be able to move to a next page and come back and the state should stay the same.

Final Notes

The test is about your way of thinking and your code practices. Leave comments where you think some explanation is necessary and code as if it would be production code.

application-angular's People

Contributors

angular-cli avatar handijk avatar rpeelenconclusion avatar

Watchers

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