Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 782 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 782 Bytes

Ticket Manager : A simplified issue tracking app built in ReactJs

Getting Started with Ticket Manager

  • Clone this repo
  • run yarn run local (It will automatically install the required dependencies & start dev-server on localhost:3030)
  • run yarn run localserver for starting up fake BE api's

Features

  • Creating To-do Tickets
  • Listing of To-do tickets based on status
  • Drag and drop feature on ticket cards for updating status of tickets
  • Editing an existing ticket
  • Auto closure of tickets after marking done
  • Validations during edition or creation of tickets.

Tech Used

  • Built on React, Redux, Router, Axios
  • Uses SASS & Bootstrap for styling
  • Uses JSON-SERVER for simulating Backend in local
  • Auto formatted with Prettier