Skip to content

my first app with react-query , react-hook-forms for tickets management system

Notifications You must be signed in to change notification settings

parnaz-pirhadi/ticket-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vendor list An application used to create tickets,show details and set response and close them, built with React,Webpack, react query,react form, JavaScript, and CSS.

Installation and Setup Instructions Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Start Server:

npm start

To Visit App:

localhost:3000/tickets

To Lint npm run lint

Technologies:

this project bootstrapped manually and don't use CRA bundling with webpack use Sass and style-component use react-hook-form for setup form with validation use axios-mock-adapter for mocking request use react-query for data fetching and state management