This a technical test for Kiss the bride.
This exercise is meant to test your basic front-end coding skills. In this part you are asked to build a front-end around the API you have made earlier or we gave you.
The test should be performed in a git repository
Good luck! :)
A back end is available at https://test-recrutement.loyaltyexpert.net/
The API documentation is at https://test-recrutement.loyaltyexpert.net/api/doc
For the front end part, you will build a web page that will display a list of products taken from the API built earlier or gave.
Products should be listed in a responsive grid. Think mobile! Add pagination Add product search Add a form to create a new product or update one Use React or Angular 1/2 to build the website. Bonus:
Add filtering by brand / categories A good look on the frontend will be appreciated Add tests The quality of commits, documentation, logic is important as well.
Webpack 2, https://webpack.js.org/
React https://reactjs.org/
Redux (redux-thunk , reselect, redux-immutable, react-router-redux) https://redux.js.org/
Immutablejs https://facebook.github.io/immutable-js/
Ant design for react https://ant.design/docs/react/introduce
Jest https://facebook.github.io/jest/
I used a configuration of react with webpack hot loader and babel i created a while ago. Library dependencies should be updated ( i look at you 'react-redux-router').