Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (16 loc) · 1022 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 1022 Bytes

Recruitment Test - Charity Donations (SDET)

An unattended SDET recruitment test for JustGiving.

The Challenge

Test an imperfect application that displays the latest donations for a charity using React and Node.js.

Requirements

A good solution will

  • have integration and unit tests
  • use appropriate front end tooling

Please put your solution on a repository hosting service such as GitHub or Bitbucket. (it is always nice to see a clean commit history). Finally, don't forget the README file for your solution.

Getting Started

  1. Create an account on JustGiving Developer to obtain an appId.

  2. Substitute the appId into the config file.

  3. Install npm dependencies. npm install

  4. Build the project. npm run build

  5. Start the server. npm run serve

  6. Open the application in your browser… http://localhost:8080