/react-interview-exercise

React Interview Exercise

Primary LanguageJavaScript

Usage

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

Tasks

  • Add a gender information for each friend in the list
  • Provide a gender selection input when adding a new friend in the list
  • Please add tests using your preferred testing tool (jest, mocha, should.js ...)

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