Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.24 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.24 KB

Usage

yarn install
yarn start
open http://localhost:3000

Tasks

Frontend Role

  • Please add pagination support to the list when there are more than 2 entries
  • Please add option to select sex of a friend male/female and display it
  • Please add tests using your preferred testing tool (jest, mocha, should.js ...)

Full Stack Role

Add a backend Express/Node api to the React project. See how far you can get, candidates will be assessed on the quality of the code. At least tasks 1 and 3 are needed for the candidate to be considered.

  • Create a Express/NodeJs backend api to provide the data for the React App. Make the react application to read data from the api (The data can be static on this task, as the one below is to wire to a database).
  • Add a database to handle the data, such as MongoDB, MariaDB, etc.
  • Add tests using your preferred testing tool.

Objectives

  • You have received a working example so please do not upgrade any packages unless you really have to.
  • Please check for small things like syntax errors, since details matter.
  • Please deliver something that works, non working project is an automatic disqualification.
  • Provide the project result on a github repository with instructions on how to run code/tests.