Coder Social home page Coder Social logo

web-technical-test's Introduction

Addison Global Web Technical Assesement

Introduction

Welcome to the Addison Global Web Tech Test.

The primary goal of this exercise is to assess how you reason about your ability to write well defined HTML, CSS and JavaScript using the latest patterns and technologies in a mobile first approach. There's no hard rules or tricky questions.

We hope you have fun.

Glossary

  • Promotion - A sports or casino offering with a purpose of encouraging potential customers to sign up.

Brief

For this exercise you are required to build a fast, responsive, mobile first promotions page. This promotions page consists of two views or filters which exist on a single page:

  • New Customers - a list of promotions only applicable to new customers
  • All Promotions - a list of all promotions

When the page loads, you should fetch the data to render the promotions. The promotions object contains a flag onlyNewCustomers which indicates whether a promotion is only applicable to new customers or not.

Promotions must be sorted according to the sequence property.

Data

We've provided an endpoint that can be accessed using the following URL: http://www.mocky.io/v2/5bc3b9cc30000012007586b7

You can also find a sample of the data data.json

Types

/** The response type of the API call */
type ResponseType = PromotionType[];

/** Promotion Entity */
type PromotionType = {
    id: string,
    name: string,
    description: string,
    heroImageUrl: string,
    onlyNewCustomers: bool,
    termsAndConditionsButtonText: string,
    joinNowButtonText: string,
    sequence: number
};

Technology

Since the purpose of this exercise is to assess your HTML, CSS and JavaScript abilities, we discourage the use of CSS frameworks such as Bootstrap or Material UI but encourage the use of React or any other frontend framework.

Screens

The provided screens are a wireframe, not a final design for the application. You are expected to implement the user interface by yourself.

All Promotions

All Promotions

New Customers Promotions

New Customers Promotions

The Deliverable

  • A bundled/archived repository showing your commit history or a link to an accessible private repository with your work in (Github can host private repositories at a cost; there is no charge for doing so with Bitbucket). Git example for sending us a standalone bundle:

      git bundle create <yourname>.bundle --all --branches
    
  • A Readme.md file explaining the decisions you've made solving this task including technology and library choices.

  • Any instructions required to run your solution and tests in a Linux environment.

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.