Visual Studio Code is recommended for navigating the repo, though you can use any IDE you are familiar with.
- 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
The API that the clinet app connects to is located at
http://a35fcd54d118f47b8a72aa4325b8a675-697660010.eu-west-2.elb.amazonaws.com:8080/task-api
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.