Skip to content

React app that displays a list of "Batches" based on some sample data. A user can click a batch in the list to see the details for that batch.

Notifications You must be signed in to change notification settings

ryanboros/datatable-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UI Challenge

Your task is to create a Single Page Application (SPA) using React that displays a list of "Batches" based on some sample data. A user can click a batch in the list to see the details for that batch. In a production system, the data for your application would come from a backend server. For this exercise you should use the sample data provided in this document.

Requirements

Your SPA should support the following:

  1. Display a list of Batches with the following fields:
  • id
  • status
  • createdAt
  1. Include a control to filter the list to only show batches with a "Succeeded" status
  2. Click a Batch in the list to display a Batch Detail page with the following information shown:
  • id
  • status
  • createdBy
  • createdAt
  • labels

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

About

React app that displays a list of "Batches" based on some sample data. A user can click a batch in the list to see the details for that batch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published