This project is a frontend application built using React, designed to manage and display tickets. It utilizes the Create React App framework for easy setup and development.
These instructions will help you set up the project on your local machine for development and testing purposes.
- Node.js (v14 or later)
- npm or Yarn
- Clone the repository:
git clone https://github.com/yourusername/quicksell_frontend_assignment.git
- Navigate to the project directory:
cd quicksell_frontend_assignment
- Install the dependencies:
or
npm install
yarn install
To start the application in development mode, run:
npm start
or
yarn start
Open http://localhost:3000 to view it in the browser.
- Ticket management with grouping and ordering options.
- User-friendly interface with responsive design.
- Loading state while fetching data.
- Icons representing ticket status and priority.
- React
- CSS Modules
- Fetch (for API calls)
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Make your changes and commit them (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.