An interactive browser application that connects to the Zendesk API and displays ticket information from a Zendesk account.
- Install NodeJs locally.
 - Clone or download the repository.
 - Go to web-app folder.
 - run the following command, to install node modules locally
 
    npm install- run the following command to start node server which runs on PORT 3000
 
    npm start- Then, open browser navigate to localhost:3000 where the server is running
 
    http://localhost:3000- run the following command in new terminal window to run unit tests
 
    npm test- Displays a list of all tickets.
 - Pages through 25 tickets at a time
 - Displays individual tickets
 - Search By Id using search bar
 - Error Message