Skip to content

kajal1106/Ticket-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ticket-Viewer Application using NodeJS

An interactive browser application that connects to the Zendesk API and displays ticket information from a Zendesk account.

🚀 Installation Instructions

  1. Install NodeJs locally.
  2. Clone or download the repository.
  3. Go to web-app folder.
  4. run the following command, to install node modules locally
    npm install
  1. run the following command to start node server which runs on PORT 3000
    npm start
  1. Then, open browser navigate to localhost:3000 where the server is running
    http://localhost:3000
  1. run the following command in new terminal window to run unit tests
    npm test

📢 Features

  • Displays a list of all tickets.
  • Pages through 25 tickets at a time
  • Displays individual tickets
  • Search By Id using search bar
  • Error Message

📷 Screenshots

List View

Single Ticket View

Error message

🔧 Unit Tests

Testing code

🐾 Author

Kajal Singh

About

Ticket Viewer Web Application using NodeJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published