This is the UI for a simple customer support system. Customers can make requests that support agents can then attend to. Both customers and support agents can leave comments on a request until it is closed.
Admins assign requests to support agents as they come in and there's a functionality to support exports of support requests.
- Yarn
- Node - 10.19.0
- Clone this repository and
cd
into the directory - Run
yarn install
to install all dependencies
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.