Git Product home page Git Product logo

mediakeys-technical-test's Introduction

Test frontend Mediakeys Tech

Ce test a pour but d'évaluer tes connaissances en JavaScript, ReactJS et Typescript. Tu devras réaliser une application permettant l'édition de bannières de publicité.

Le projet est bootstrappé avec Create React App.

L'utilisation des bibliothèques suivantes est attendue :

Mockups

Le thème et les comportements UI/UX sont laissés libres, mais l'UI de l'application devra respecter au minimum les besoins fonctionnels exprimés dans les mockups disponibles dans le dossier mockups
Tout ajout ou modification qui sera jugé utile à améliorer l'UI/UX sera bienvenu et devra être justifié.

Liste et aperçu dynamique


list


Détail


detail

API

Nous te mettons à disposition une petite API permettant de récupérer/modifier/supprimer des publicités. Elle a été réalisée avec JSON Server.

Pour lancer l'API en dev : yarn server

URL : http://localhost:3001

Endpoints

GET    /user

GET    /creatives
GET    /creatives/:uuid
POST   /creatives
PUT    /creatives/:uuid
DELETE /creatives/:uuid

Quelques exemples de paramètres fournis par l'API :

  • pagination : /creatives?_page=:page&_limit=:limit
  • tri : /creatives?_sort=lastModified&_order=desc

Astuce : pour la pagination, le nombre total d'éléments est présent dans la réponse de l'API

Commandes

Pour démarrer le projet : yarn start

Démarre l'application en mode développement.

URL : http://localhost:3000

Pour lancer les tests : yarn test

Livrable

  • application TypeScript, disponible sur un repo git
  • besoins fonctionnels : lister, éditer et supprimer des bannières
  • quelques tests jugés pertinents

Une attention particulière sera portée sur l'architecture du projet, les éventuelles bibliothèques supplémentaires utilisées ainsi qu'à la qualité du code produit.

mediakeys-technical-test's People

Contributors

olivier-malige 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.