/FMCSA

Federal Motor Carrier Safety Administration Viewer using React and Material UI

Primary LanguageTypeScript

FMCSA Viewer

This project is a Front-End Developer assessment for creating a FMCSA Viewer using React and Material UI. The goal is to provide a centralized view of trucking company records with features like table format, pagination, and column filters.

Features

  • Table Format: Display data in a structured table.
  • Pagination: Navigate through large datasets easily.
  • Column Filters: Filter data based on specific columns.

Columns Included

  • Created_DT
  • Modified_DT
  • Entity
  • Operating Status
  • Legal Name
  • DBA Name
  • Physical Address
  • Phone
  • DOT
  • MC/MX/FF
  • Power Units
  • Out of Service Date

Getting Started

Prerequisites

  • Node.js
  • yarn

Installation

  1. Clone the repository:
    git clone https://github.com/bThiiago/FMCSA.git
  2. Navigate to the project directory:
    cd FMCSA
  3. Install dependencies:
     yarn

Running the App

yarn dev

Contact