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
- Host: GitHub
- URL: https://github.com/sridharbandi/tables
- Owner: sridharbandi
- Created: 2018-05-11T13:56:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T21:21:56.000Z (almost 7 years ago)
- Last Synced: 2025-03-04T00:44:56.505Z (7 months ago)
- Topics: gh-pages, material-ui, reactjs, table
- Language: JavaScript
- Homepage: https://sridharbandi.github.io/tables/
- Size: 918 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
### Mobile Screenshots
> 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
```