Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 990 Bytes

File metadata and controls

23 lines (15 loc) · 990 Bytes

Instructions

Installation

IDE

Visual Studio Code is recommended for navigating the repo, though you can use any IDE you are familiar with.

Repo

  • Download the repository on your local machine: like this
  • Install node LTS from here
  • Open the cloned repository in a terminal e.g. cd leeds-trinity-assessment-task/client
  • Run npm i

API URL

The API that the clinet app connects to is located at http://a35fcd54d118f47b8a72aa4325b8a675-697660010.eu-west-2.elb.amazonaws.com:8080/task-api

Bug Fixing

Before you start trying to debug the code, create a branch of the code to keep it separate from everyone else's.

The index.js file is written to simulate very badly written code you might find in legacy software. First try running the code to see the errors that are produced. Then try and fix them.