Skip to content

ardsilva/test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.1%
  • CSS 14.9%
  • HTML 14.0%