Git Product home page Git Product logo

hirequotient-assessment's Introduction

Dashboard Application

This is a dashboard application that displays data fetched from an API. It includes features such as in-place edit and delete, search/filter, pagination, and multi-row selection.

Features

  • Data Fetching: Fetches data from a specified API and displays it within a table on the dashboard.
  • Column Highlighting: Column titles are distinct from the entry rows, ensuring that the titles stand out.
  • Search and Filter: Includes a search bar that can filter results based on any property within the data.
  • In-place Edit/Delete: Allows for the editing or deletion of rows within the dashboard without persistence (changes occur in-memory).
  • Pagination: Supports pagination with a limit of 10 rows per page. Pagination controls include first page, previous page, next page, and last page, and they update according to search results.
  • Row Selection: Users can select one or more rows to highlight or delete. A top-left checkbox allows for the selection/deselection of all rows currently displayed.
  • Responsive Search: The search box features a placeholder that begins with 'Search' and a search icon that triggers filtering either on click or when the ENTER key is pressed.
  • Action Buttons: Each row has action buttons with specific class names for edit (edit), delete (delete), and save (save) operations.
  • Navigation Controls: Navigation elements like first, previous, next, and last page are implemented as buttons or div elements with their respective class names.
  • In-line Edit Mode: Clicking the edit button allows users to edit information directly in the row.

Deployment

The application is deployed on Netlify and can be accessed here: Dashboard App Deployment

Dashboard Display

alt text

Local Development

To run this project locally, follow these steps:

  1. Clone the repository to your local machine.
    git clone <repository-url>
    
  2. Navigate to the project directory.
    cd dashboard-app
    
  3. Install the dependencies.
    npm install
    
  4. Start the development server.
    npm start
    
    The application should now be running on localhost:3000.

Contributing

Feel free to fork the repository, make changes, and submit pull requests. Please ensure your code adheres to the project's coding standards and include tests for any new features or fixes.

License

This project is open source and available under the MIT License.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.