Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 548 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 548 Bytes

Recruitment Task for Famly

Requirements

Node and npm.

Setup

  1. Run npm install to install dependencies.
  2. Run npm start to run the development server with the application.
  3. Now you can interact with the application on http://localhost:3000 in your web browser.

Comments

  • The project is a React single-page application
  • All the source code is located in src/ directory
  • User interface is separated into few components
  • The logic to interact with API is a separate layer located in src/api/