Skip to content

sanchal-coder/QS-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quicksell Frontend Assignment

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.

Table of Contents

Getting Started

These instructions will help you set up the project on your local machine for development and testing purposes.

Prerequisites

  • Node.js (v14 or later)
  • npm or Yarn

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/quicksell_frontend_assignment.git
  2. Navigate to the project directory:
    cd quicksell_frontend_assignment
  3. Install the dependencies:
    npm install
    or
    yarn install

Usage

To start the application in development mode, run:

npm start

or

yarn start

Open http://localhost:3000 to view it in the browser.

Features

  • Ticket management with grouping and ordering options.
  • User-friendly interface with responsive design.
  • Loading state while fetching data.
  • Icons representing ticket status and priority.

Technologies Used

  • React
  • CSS Modules
  • Fetch (for API calls)

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Make your changes and commit them (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.