An open API service indexing awesome lists of open source software.

https://github.com/sridharbandi/tables

Simple web table (reactjs) to practice Selenium
https://github.com/sridharbandi/tables

gh-pages material-ui reactjs table

Last synced: 3 months ago
JSON representation

Simple web table (reactjs) to practice Selenium

Awesome Lists containing this project

README

          

## Simple web application (Paginated Table) developed with ReactJS and [Material-UI](https://material-ui-next.com/) to practice [Selenium](https://www.seleniumhq.org/)

***Created by Sridhar Bandi with [create-react-app](https://github.com/facebook/create-react-app)***

### [Live Demo](https://sridharbandi.github.io/tables/)

### Desktop Screenshots
![Table](/images/desktop.png)

### Mobile Screenshots
![Table](/images/mobile.png)

> Note: Bits and pieces are used from [https://material-ui-next.com/demos/tables/](https://material-ui-next.com/demos/tables/)

### To run in Local
Clone or download and issue the below commands in project root directory and open [http://localhost:3000](http://localhost:3000) in browser
```javascript
npm install
npm start
```