Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Ticket Viewer Web Application using NodeJS

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